On Tue, Jun 13, 2006 at 03:52:06PM -0500, Dan OConnor wrote:
> So if that is the case is $auth_ldap_bind_dn supposed
to be the
> distigusihed name of my domain admin?
>
> If it helps, I keep getting the following message,
>
> Could not bind to LDAP server
$auth_ldap_bind_dn is your DN you bind with to your LDAP
Its usually something like cn=binduser,dc=foo,dc=bar where
binduser is the username to bind to your tree, normally a
user
which only has read access.
$auth_ldap_password is the password, if necessary to bind
to your LDAP, which applies to the user
mentioned in $auth_ldap_bind_dn
and attention - you want to bind to an MS-AD - did you set
$auth_ldap_version = 3;
The default is 2, but AD (at least on W2k3) needs Ldap
Version 3
for successful bind.
And the following should be set (default is 1)
$auth_ldap_opt_referrals = 0;
hope that helps
regards, matthias wamser
>
> -----Original Message-----
> From: David Morton [mailto:mortonda dgrmm.net]
> Sent: June 13, 2006 3:35 PM
> To: Dan OConnor
> Cc: maia-users renaissoft.com
> Subject: Re: [Maia-users] LDAP Authentication
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Dan OConnor wrote:
>
> > Also what is the purpose of $auth_ldap_password, I
have done an ldap
> > connection before but I needed to provide a user /
password to connect
> > to the ldap server, I assume that?s what it?s for
but there is no
> > username to go with it?
>
> it goes with $auth_ldap_bind_dn
>
> Some other on the list have connected Maia to AD
before, so hopefully
> they can
> shed more light on the issue.
>
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|