掲示板

Active Directory

7年前 に Michael Darretta によって更新されました。

Active Directory

New Member 投稿: 18 参加年月日: 15/08/05 最新の投稿
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
7年前 に David H Nebinger によって更新されました。

RE: Active Directory (回答)

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
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.