[OGo-Users] LDAPInitialBindSpecific not working

Adam Tauno Williams users@opengroupware.org
Mon, 05 Mar 2007 06:13:50 -0500


On Mon, 2007-03-05 at 06:05 -0500, Adam Tauno Williams wrote:
> > > > I'm configuring OGo 1.0 to authenticate against LDAPv3 (OpenLDAP) by
> > > > using the LDAPInitialBind settings as instructed in this manual:
> > > > http://docs.opengroupware.org/Members/whitemice/wmogag/download. Here's
> > > > what I have in NSGlobalDomain.plist (don't worry, I'm only using the root
> > > > account temporarily for testing):
> > > >     LSAuthLDAPServer = "ldap.foo.bar";
> > > >     LSAuthLDAPServerRoot = "dc=foo,dc=bar";
> > > >     LSAuthLDAPServerPort = 389;
> > > >     LDAPLoginAttributeName = "uid";
> > > >     DisablePasswordModification = YES;
> > > >     LDAPInitialBindSpecific = YES;
> > > >     LDAPInitialBindDN = "uid=root,ou=people,dc=foo,dc=bar";
> > > >     LDAPInitialBindPW = "xxx";

You can also try setting "LDAPDebugEnabled" to "YES"