Hi folks,

Need to configure sasl mecanism so that i can use DIGEST-MD5 mechanism with my autofs configuration. With PLAIN it is working fine but need to use DIGEST-MD5. Where i can specify.



[root@ibm001 ~]# cat /etc/autofs_ldap_auth.conf
<?xml version="1.0" ?>
<!--
This files contains a single entry with multiple attributes tied to it.
See autofs_ldap_auth.conf(5) for more information.
-->

<autofs_ldap_sasl_conf
usetls="no"
tlsrequired="no"
authrequired="yes"
        authtype="DIGEST-MD5"
        user="proxyuser"
        secret="XXX"
/>



--


Thanks & Regards
Dhiraj S. Deshpande