Displaying 1 result from an estimated 1 matches for "supannperson".
2007 Nov 05
1
use of pam_filter with LDAP
...d with the --with-ldapsam option (2.0
LDAP schema)
Basic LDAP authentication works well, when I type 'getent passwd', all
my users are displayed.
Now I want to use the pam_filter option in the /etc/ldap.conf file, but
I can't make it work :
For example, with pam_filter objectclass=supannPerson, getent passwd
returns the same list as when I don't use the filters
- Here's the ldap.conf file :
base dc=tata,dc=toto,dc=fr
binddn cn=XXXXX,dc=tata,dc=toto,dc=fr
bindpw XXXXXX
scope sub
pam_filter objectclass=supannPerson
# We don't use the uid attribute to authenticate the user...