[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: OpenLDAP Config Question
>I also noticed that during a user authentication, slapd (started with
>full debug turned on (-1)) looked like it was doing a sequential read
>through the entire database.
>The only things I have in LDAP at this point is User-ID's, Password's &
>Group's.
>Here are my config files:
>index cn,sn,uid pres,eq
These are wildly insufficient indexes. Most lookups from NSS are done
upon uidNumber and gidNumber.
Again, this is a PADL (PAM/NSS) question not an OpenLDAP one. If you can
login *one* user, then OpenLDAP is working.