Skip to Content
0
Former Member
Nov 09, 2007 at 04:44 PM

LDAP Configuration

22 Views

Hi,

I have my LDAP configured. I am able to see the groups and also the users belonging to the groups.

The AD has 2 Organizational Units (OU). These OU's have their own groups and users. These users are not reflected in the default OU... (i.e. Users, under the domain node in AD). I am not able to see the groups and the user belonging to those groups.

I tried to connect to the OU with the user of the OU and it gets connected, but it still shows me the default group.

I think i need to do something with the queries which should be pointing to the OU.

Following are the details:

URL : jdbc:ldap://<server name>:389/dc=<dcname>,dc=<dcname>,dc=<dcname>?SEARCH_SCOPE:=subTreeScope

Username : cn=Sanjay Joshi,ou=TestingLDAP,dc=<dcname>,dc=<dcname>,dc=<dcname>?

Can someone throw light on this?