show/hide this revision's text 2 format, tags

LDAP filter for searchin searching students

Hi i'm

I am fairly new to LDAP and AD. I want to create a an LDAP filter to show all the students in the AD. But the problem is that the students are in different BASE DN.

i.e:

OU=STUDENTS,OU=USERS,OU=SOE,OU=FOAE,OU=UNIVERSITY,DC=sepang
OU=STUDENTS,OU=USERS,OU=SOMLC,OU=FOAE,OU=UNIVERSITY,DC=sepang
OU=STUDENTS,OU=USERS,OU=SOCS,OU=FOS,OU=UNIVERSITY,DC=sepang

i.e for each student it is like

CN =khx72b,OU=STUDENTS,OU=USERS,OU=SOCS,OU=FOS,OU=UNIVERSITY,DC=sepang

As you can see students from different faculties are in different places. Given an username how can I search and find if the given user is in the directory?

The objectClass for all the students is 'user'.

Sorry if I'm wrong in anything said above, but my knoweldge knowledge about ldap LDAP is very lesssmall.

Thank you in advance.

show/hide this revision's text 1

LDAP filter for searchin students

Hi i'm fairly new to LDAP and AD. I want to create a LDAP filter to show all the students in the AD. But the problem is that the students are in different BASE DN.

i.e

OU=STUDENTS,OU=USERS,OU=SOE,OU=FOAE,OU=UNIVERSITY,DC=sepang

OU=STUDENTS,OU=USERS,OU=SOMLC,OU=FOAE,OU=UNIVERSITY,DC=sepang

OU=STUDENTS,OU=USERS,OU=SOCS,OU=FOS,OU=UNIVERSITY,DC=sepang

i.e for each student it is like CN =khx72b,OU=STUDENTS,OU=USERS,OU=SOCS,OU=FOS,OU=UNIVERSITY,DC=sepang

As you can see students from different faculties are in different places. Given an username how can I search and find if the given user is in the directory?

The objectClass for all the students is 'user'

Sorry if I'm wrong in anything said above, but my knoweldge about ldap is very less.

Thank you in advance.