Re: LDAP filter

2012-04-04 Thread seba.wag...@gmail.com
It would be more easy if the filter could be append to the ldap search base somehow then parsing the result for certain attributes. Is your attribute an attribute that could be mapped with the existing user attribute parameters? Am 04.04.2012 21:30 schrieb "Rubens Queiroz de Almeida" < rubens.quei.

Re: LDAP filter

2012-04-04 Thread Rubens Queiroz de Almeida
Dear Sebastian, In our university, we have three classes of records: staff, faculty and students. We would like to allow people belonging to the staff and faculty classes to be allowed access initially. So, we would like to fetch a name and associated information from our LDAP base, and upon arriv

Re: LDAP filter

2012-04-04 Thread seba.wag...@gmail.com
How would you expect such a filter would look like? Can't you add that to your ldap search base for the ou? Sebastian Am 04.04.2012 20:43 schrieb "Rubens Queiroz de Almeida" < rubens.quei...@gmail.com>: > Hi, > > I am using LDAP to authenticate user, but not all users are allowed to > access the

LDAP filter

2012-04-04 Thread Rubens Queiroz de Almeida
Hi, I am using LDAP to authenticate user, but not all users are allowed to access the service. Is there a way to filter the information I get from LDAP so as to allow only authorized users? Thanks in advance, Rubens