[Date Prev][Date Next] [Chronological] [Thread] [Top]

slapd output question revised



Hi there,

I'm running `slapd -d 256` to debug an authentication problem I'm
having.  ACLs are configured to allow anonymous binds.  Everything
seems to work fine from the commandline, but logging in there is the
following problem.  I'm using PADL's pam_ldap and nss_ldap modules, 
and slapd does this search when someone connects with SSH:

conn=515 op=1 SRCH base="ou=people,dc=kearneys,dc=ca" scope=1 filter="(&(objectClass=posixAccount)(uid=NOUSER))"

Why is it doing uid=NOUSER instead of uid=<username of connecting
user> ?

Thanks,

Brent


--
http://oss.netmojo.ca/