In apache httpd configuration, what LDAP SASL mechanism is used during ldap authentication?

末鹿安然 提交于 2021-02-18 19:01:07

问题


In apache, SVN repository is configured.

During authentication, ldap (auth basic provider) is used.

In apache httpd configuration, what LDAP SASL mechanism is used during ldap authentication?


回答1:


SASL authentication isn't available with the Apache ldap module. For Apache 2.2, mod_authn_sasl allows you to configure that using the saslauthd daemon (not on Windows).



来源:https://stackoverflow.com/questions/29821289/in-apache-httpd-configuration-what-ldap-sasl-mechanism-is-used-during-ldap-auth

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!