Displaying 1 result from an estimated 1 matches for "sysauth".
Did you mean:
  saslauth
  
2010 Oct 26
1
Every user in LDAP queried when one user logs on.
...of the time it takes to download the data to the client.
I have tested this against 389 Directory Server and OpenLDAP and both give the same behaviour described above.
I have tried adding a nss_base directives in /etc/ldap.conf but it has had no effect. 
my /etc/ldap.conf:
binddn          uid=SysAuth,ou=Service Accounts,dc=mycompany
bindpw          secret
pam_password clear
base            dc=betfair
nss_base_passwd         ou=people,dc=mycompany?sub
nss_base_group          ou=Groups,dc=mycompany?sub
nss_base_group          ou=PrivateGroups,dc=mycompany?sub
nss_base_group          ou=SystemGrou...