DevOps Cloud (ADM)
Cybersecurity
IT Operations Cloud
Identity Manager stores an association value on each eDirectory object for each connected system.
The association value is meant to be connected in a system-specific way, and uniquely within it. Each driver handles this slightly differently.
I think it would be nice to have the complete list. Here are the ones I know about so far. If you know any more, please email me to add to the list! Or respond in the comments, or send me a personal message via Cool Solutions. All will work
Driver | Association Value |
eDirectory | eDirectory GUID value |
Active Directory | Active Directory GUID |
Lotus Notes | UNID (Notes Universal ID) (32 char string), see Lothars comments down below for how to find the UNID value within Lotus Notes. |
GroupWise | NGW: GroupWise ID, this is a string with three parts, DOM.PO.UserName{xxx}GUIDValue I do not know what the {xxx} means, nor whose GUID but everybody in a GW system seems to have the same values. |
Delimited Text | email address, but you almost always change that |
JDBC | Primary Key value |
PeopleSoft | EMPLID (eDirs workforceID) |
SAP HR | PERNUM (eDir workForceID) for users, or one letter for object type followed by the OBJID (and leading zeroes are not removed, so an Position's value might be S00001234) |
Older SAP UM | "USd" followed by the SAP username |
Newer SAP UM | With the CMP release, the SAP UM driver has a couple more modes. It still supports the old format, but now uses a new format of \SytemName\USdSAPUSERNAME which is the old value preceeded by the System name. Docs are here |
Bidirectional AS400 | USRPRF in the AS400 (basically the username) |
Bidirectional Linux/Unix | usernameUser (Username value followed by literal string "User" no spaces. Same for groups, just the string is "Group" |
Bidirectional RACF (Mainframe) | "USER\userid" or "GROUP\groupid" |
Bidirectional TopSecret | eDir CN |
Fanout | GUID of the user or group and then maintains its own "association", a multi-valued field, one per platform, which is just the "CN" |
Loopback/Null | By default nothing, but you can add whatever you like |
eXtend Composer shims | Whatever you set it to be, no default |
User Application | Everybody gets the same value, "AnAssociation" |
Scripting | No real default, whatever you set it to be |
LDAP | LDAP DN of the user, like cn=bob,o=acme |
JMS | Driver GUID & Message ID |
Avaya PBX | /DRIVERNAME/workorderCN Time like /Avaya PBX/avaya.test07 01/19/2009 09:24:49:0756 |
Work Order | Workorder driver name, the workorder CN creation date/timestamp, e.g "\MyWorkorderDriver\MyWorkorder 1/14/2009 15:23 |
Remedy | Schema name and request ID of the entry |
Third Party Driver | Association Value |
Google Apps by Concensus Consulting | Older versions used Google Username. (now supports renames! Yay!) |
Google Apps in IDM 4.01 by Concensus Consulting | New versions use: https://apps-apis.google.com/a/feeds/consensus.com/user/2.0/mweaver |
SIF v4 from Concensus Consulting | SIF GUID, which is owned/generated by the Student Information System through its SIF agent. |
Banner HR driver by Concensus Consulting | Banners psID which is part of each SOAP message |
Pulsen Snapshot Driver V3 by Pulsen | LDAP: Any attribute value available in the application (including dn). ODBC: Any column value available in the result set or a concatenated value from two or more columns (since the association is taken from one column in a result set and not a table it could be anything that a SQL statement can generate). |
HL7 Driver from EST Group | A derived value to insure uniqueness |
Google Apps Driver from EST Group | Full domain address of the destination domain |
Tivoli Access Manager Driver from EST Group | Source DN of the object, since there is nothing unique that TAM provides |
SOAP | When you remap the SOAP to XDS, you need to build the association value, so its whatever you choose, hopefully some kind of unique database ID. |
Here are the known drivers we are missing values for:
Driver | Association Value |
SIF v3 | Not sure, but driver deprecated |
Did I miss any drivers? I know there are custom ones out there, so if you know of any let me know! But also lets focus on Novell provided ones
Shout out via the comments if you know one that we are missing! Feel free to email me, or send me a message via Cool Solutions if you would like.