[OGo-Users] connection with LDAP
Guillaume Estrade
users@opengroupware.org
Wed, 22 Aug 2007 11:59:27 +0200
Hi all.
I installed opengroupware-1.1 on Gentoo and i can't find documentation
on internet for connecting with LDAP.
My config in /usr/local/share/libFoundation/Defaults/NSGlobalDomain.plist :
{
Languages = (English);
TimeZoneName = GMT;
LSAuthLDAPServer = "<my.server.com>";
LSAuthLDAPServerRoot = "ou=user,ou=account,o=ldap";
LDAPInitialBindDN = "uid=nss,ou=admin,ou=account,o=ldap";
LDAPInitialBindPW = password;
LDAPLoginAttributeName = uid;
}
Can anybody confirm that this is the right config?
Actually it is not working. Sniffing the trafic with ethereal shows that
there is no connection to the ldap server. Can anybody help me there?
Regards,
Guillaume