Displaying 1 result from an estimated 1 matches for "pnomblot".
Did you mean:
nomblot
2012 Aug 09
0
winbind normalize names = yes disable winbind cache mechanism and cause LDAP heavy load / poor performances
...(smbcontrol winbind offline). This behavior cause heavy load on
client/server if resolving a full tree files or simply slow down apache
SSO authentification based on winbind as each web object read will cause
multiple LDAP search before serving.
How to reproduce :
running shell command
# id pnomblot
will makes winbind send 3 LDAP search to solve pnomblot alias (can be
checked with wireshark)
for i in {0..10}; do id pnomblot ;done
cause 30 ldap search to be send to ldap server to solve the same id.
My smb.conf :
[global]
workgroup = nomblot.org
realm = nomblot.org...