[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd output question revised
Sorry to answer my own question, but I figured it out before anyone
answered. It appears that by default in gentoo linux, OpenSSH builds
--without-pam. I recompiled OpenSSH making sure that the --with-pam
option was included, and it worked.
-Brent
On Wed, Jun 18, 2003 at 01:42:31PM -0700, Brent Kearney wrote:
> 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/