Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Ravshanbek
Contributor II
Contributor II

Advanced LDAP

Hi All, 

I have configured Avanced LDAP  and trying to fetch users based on distinguished name or group but i am getting below log in and no user is exported from LDAP:

Retrieved 28 entities from directory 'xxx' of type Repository.UserDirectoryConnectors.LDAP.AdvancedLDAP
Database done with 0 users and 28 groups in user directory (xxx, 07611ff4-4d85-42db-ae92-c25de33b77f7)

It seems it is fetching 28 entities and no users

I have used below LDAP queries:

(&(objectClass=users)(distinguishedName=IT))

 

(&(objectClass=user)((memberOf:1.2.840.113556.1.4.1941:=OU=IT,OU=Headoffice,DC=xxx,DC=xxx)))

(&(objectClass=user)(memberof=*it*))

 

Below it is distinguished name configured in LDAP:

OU=IT,OU=Headoffice,DC=xxx,DC=xxx

 

 

 

 

 

Labels (1)
  • QMC

2 Replies
Ravshanbek
Contributor II
Contributor II
Author

Big thanks, 
I built a query to fetch based on memberOf  attribute :

(&(objectCategory=person)(objectClass=user)(memberof=CN=xIT,OU=IT,OU=Headoffice,DC=xxx,DC=xxx))

 

it is working