我有以下用于 APACHE 的 LDAP 配置。如何将此信息用于其他 LDAP 客户端。
<Directory /opt/sites/MyAuthSite.V2/html*>
Options ExecCGI
AllowOverride AuthConfig
Order allow,deny
Allow from all
AuthLDAPEnabled on
AuthLDAPAuthoritative on
AuthName "MyAuth"
AuthType Basic
AuthLDAPURL ldap://ldap.xyz.com:389/cn=Users,dc=abccorp,dc=com?samaccountname
AuthLDAPBindDN "user@abc.com"
AuthLDAPBindPassword userpass
require msSFU30PosixMemberOf cn=abc.com_g_mts,cn=users,dc=abccorp,dc=com
</Directory>
我需要在 Softerra LDAP Browser 4.5 (Free LDAP Explorer) & OpenERP 中使用它。但我不知道如何处理身份验证部分。我附上它的屏幕截图。