On Fri, 2009-01-16 at 15:54 +0100, Ondrej Valousek wrote:
> Hi all,
> I am trying to configure autofs (RHEL 5.2) to gather all maps from
> Active Directory using simple bind using proxy user.
> I have already managed to configure the PADL nss switch to do so using this:
> 
> host 192.168.60.172
> base dc=ad,dc=s3group,dc=cz
> binddn cn=ldapproxy,cn=Users,dc=ad,dc=s3group,dc=cz
> bindpw password
> 
> Now I am wondering how to do the same with the automounter. Does anyone
> know?
> I see lots of options on how to configure TLS or SASL, but I just need a
> simple bind.

This might work.

authrequired="yes"
user="cn=ldapproxy,cn=Users,dc=ad,dc=s3group,dc=cz"
secret="password"

You might also need to play with authtype.

Ian


_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to