Originally Posted by dukewarm
|
Hi ,
Can some one provide me the pseudo code to connect to e directory and retrieve user information by using java.
Thanks
|
what you probably want is the LDAPGroupDataElement.java example at
Novell Documentation. This shows how you can create an identity injection policy to retrieve attributes from a remote LDAP user store.
If you are looking to write code from scratch, you will need the LDAP SDK. There are numerous examples at
Novell Documentation.