Sample Header Ad - 728x90

Enabling SASL authentication mechanisms in openLDAP using OLC

3 votes
1 answer
5390 views
All of the information that I have been able to find about enabling SASL mechanisms for openldap still use the slapd.conf method while all modern LDAP directories have elected to use OLC over a static file. Does anyone have information on how to add the saslHost paramaters to the OLC directory? It also seems like I have more SASL mechanisms locally than I do through the frontend. How can I enable **plain** authentication via the frontend? scadmin@ubuntu1604:~$ ldapsearch -x -H ldapi:/// -b "" -LLL -s base supportedSASLMechanisms dn: supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: NTLM supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN scadmin@ubuntu1604:~$ ldapsearch -x -H ldap://127.0.0.1 -b "" -LLL -s base supportedSASLMechanisms dn: supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: NTLM scadmin@ubuntu1604:~$
Asked by Andrew Meyer (161 rep)
Sep 22, 2016, 04:09 PM
Last activity: Oct 1, 2020, 11:02 AM