LDAP integration

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 Attachments
17210 Views
Average (1 Vote)
The average rating is 5.0 stars out of 5.
Comments
Threaded Replies Author Date
What i see missing is the fact that you can... Petros Giakouvakis August 3, 2009 6:59 AM
I also noticed that membership changes don't... Petros Giakouvakis August 3, 2009 7:00 AM
I try to use LDAP authentication, but I obtain... Guillaume Guillaume August 17, 2009 6:14 AM
I'm also getting the same above error. Is there... G P January 5, 2010 11:08 PM
Hey GP, I am also getting the same error. Have... anu nair February 9, 2010 8:05 PM
I do have the same error. Could someone give as... Michał Cukierman March 29, 2010 4:46 AM
The "Test LDAP connection" is working but the... Joel Ferreira July 13, 2011 2:33 AM

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??
Posted on 8/3/09 6:59 AM.
I also noticed that membership changes don't get updated. Anbody noticed/fixed this already??
Posted on 8/3/09 7:00 AM in reply to 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
Posted on 8/17/09 6:14 AM.
I'm also getting the same above error. Is there any work around it.
Posted on 1/5/10 11:08 PM in reply to Guillaume Guillaume.
Hey GP,
I am also getting the same error. Have u got any work around for the same.
Posted on 2/9/10 8:05 PM in reply to Gere P.
I do have the same error. Could someone give as the solution? I am unable to export created users into ldap.
Posted on 3/29/10 4:46 AM.
The "Test LDAP connection" is working but the "Test LDAP users" isnt. Could you help me?
Posted on 7/13/11 2:33 AM in reply to Michał Cukierman.