-
LDAP - "uniqueMember" (Domino) vs "member" (Sun) (1 messages)
- Posted by: T Taxali
- Posted on: January 11 2007 19:04 EST
Hi, I have some Java code in a web app that programatically accesses an LDAP server to retrieve user names in a given group. When traversing the SearchResult results object, I query for the member's name using the attribute ID "member" - however if the application is deployed on a different LDAP server like Domino then I have to use "uniqueMember". Is there a programatic way of finding out what string to use for attribute ID, so I dont have to keep changing between 'member' and 'uniqueMember' each time the app is deployed differently. Thanks!Threaded Messages (1)
- Domino LDAP by Luciano Resende on January 12 2007 21:39 EST
-
Domino LDAP[ Go to top ]
- Posted by: Luciano Resende
- Posted on: January 12 2007 21:39 EST
- in response to T Taxali
You could probably check the objectClass, Domino would use dominoPerson for person records. Some info here : http://www.codestore.net/help/help6_admin.nsf/f4b82fbb75e942a6852566ac0037f284/715915cede8d461685256c1d00393b5d?OpenDocument