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 で使用する必要があります。しかし、認証部分の処理方法がわかりません。スクリーンショットを添付しています。