LDAP integration

标签: ldap settings

For LDAP integration just follow these steps:

Note : Here all settings are as per my LDAP schema

1.From controlpanel go to the ldap authentication tab and put the connection settings as per below image

 

2.Import/Export Settings as per below image

3. Save all the settings

 

Now user can check the connection by clicking Test LDAP connection button and also make import and export.

 

 

0 附件
17213 查看
平均 (1 投票)
满分为 5,平均得分为 5.0。
评论
讨论主题回复 作者 日期
What i see missing is the fact that you can... Petros Giakouvakis 2009年8月3日 上午6:59
I also noticed that membership changes don't... Petros Giakouvakis 2009年8月3日 上午7:00
I try to use LDAP authentication, but I obtain... Guillaume Guillaume 2009年8月17日 上午6:14
I'm also getting the same above error. Is there... G P 2010年1月5日 下午11:08
Hey GP, I am also getting the same error. Have... anu nair 2010年2月9日 下午8:05
I do have the same error. Could someone give as... Michał Cukierman 2010年3月29日 上午4:46
The "Test LDAP connection" is working but the... Joel Ferreira 2011年7月13日 上午2:33

What i see missing is the fact that you can also switch the behaviour of the LDAP import by changing the following setting in the portal(-ext).properties.

# Set either user or group for import method. If set to user, portal will
# import all users and the groups associated with those users. If set to
# group, the portal import all groups and the users associated those groups.
# This value should be set based on how your LDAP server stores group
# membership information.
#
ldap.import.method=user
#ldap.import.method=group

I got the user as import method working, but the second method kept getting nullpointers.

Second: is it possible to import the hierarchy of LDAP groups as hierarchical organisational groups OOTB??
在 09-8-3 上午6:59 发帖。
I also noticed that membership changes don't get updated. Anbody noticed/fixed this already??
在 09-8-3 上午7:00 发帖以回复 Petros Giakouvakis
I try to use LDAP authentication, but I obtain this error when I save my configuration:

ERROR [PortalLDAPUtil:242] java.lang.NullPointerException
java.lang.NullPointerException
在 09-8-17 上午6:14 发帖。
I'm also getting the same above error. Is there any work around it.
在 10-1-5 下午11:08 发帖以回复 Guillaume Guillaume
Hey GP,
I am also getting the same error. Have u got any work around for the same.
在 10-2-9 下午8:05 发帖以回复 Gere P
I do have the same error. Could someone give as the solution? I am unable to export created users into ldap.
在 10-3-29 上午4:46 发帖。
The "Test LDAP connection" is working but the "Test LDAP users" isnt. Could you help me?
在 11-7-13 上午2:33 发帖以回复 Michał Cukierman