thudly1254 n00b
Joined: 01 Sep 2003 Posts: 5
|
Posted: Mon Sep 01, 2003 8:05 pm Post subject: samba + ldap + pptpd |
|
|
Hello All,
I currently have samba with ldap auth working, but after installing pptpd with the ldap patch, the ldap search is not returning anything.
syslog:
Linux pppd[3359]: LDAP Search String: (&(uid=kevin)(objectClass=sambaAccount))
linux pppd[3359]: attributes defined
linux slapd[3140]: conn=12 op=1 SRCH base="ou=Users,dc=linux,dc=test,dc=network" scope=0 filter="(&(uid=kevin)(objectClass=sambaAccount))"
linux slapd[3140]: conn=12 op=1 SEARCH RESULT tag=101 err=0 text=
linux pppd[3359]: search issued
linux pppd[3359]: No Match Found In Directory
but while I run a ldapsearch of:
ldapsearch -x -b 'ou=Users,dc=linux,dc=test,dc=network' '(&(uid=kca)(objectClass=sambaAccount))' 'ntpassword'
I get the output of the ntpassword attribute.
Suggestions? |
|