Changes between Version 1 and Version 2 of Phase1Planning
- Timestamp:
- 07/09/12 11:23:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Phase1Planning
v1 v2 23 23 24 24 - What should we use as the subject ID in Grouper? Assuming the uid attribute for now. 25 ''UID is opaque and unique to LDAP; standard unique identifiers are UA Username in UASystemID in LDAP which is name based but may change as names change; and UA ID# or BannerID in LDAP which unchanging numeric ID.'' 25 26 - What attribute will have the users' names? Assuming displayName for now. 27 ''displayName in LDAP, but cn in AD; cn is multi-valued in LDAP'' 26 28 - LDAP searches will be based on the uid and displayName attributes. 29 ''Why displayName? UID is opaque and not generally suitable except in two-step process (1) search on name, or known unique identifier to obtain dn, then (2) query for desired attributes in that dn.'' 27 30 - Subject sorting will be based on the displayName attribute. 31 ''displayName is '!PreferredFirstName sn'; perhaps sort on sn?'' 28 32 29 33