Foren

Active Directory

Michael Darretta, geändert vor 7 Jahren.

Active Directory

New Member Beiträge: 18 Beitrittsdatum: 05.08.15 Neueste Beiträge
we are using Liferay LDAP with Windows Active Directory but we also need to query the AD from a java process to get other user information after the user is logged in. i have a stand alone java process that works using javax.naming.ldap.LdapContext.
Does Liferay have it's own Lib or extension for doing AD calls? do you have any examples of this or point me to documentation.
Thank you!
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Active Directory (Antwort)

Liferay Legend Beiträge: 14914 Beitrittsdatum: 02.09.06 Neueste Beiträge
Normally for this kind of thing we will use a custom ldap importer. Still hides the LDAP side of things somewhat but gives you access to the full set of attribs tied to the user.

From there you can save as expandos or in external tables, whatever you need to, but it still gets the job done at login so you won't have to keep going back for it.