ApacheでActiveDirectory認証の備忘録
ActiveDirectory使ったときの備忘録。
AuthLDAPBindDN ディレクティブを使った方法
検索用ユーザとパスワードを記述。でも生でパスワード書くのは抵抗ある。
<Location /test> AuthType Basic AuthBasicProvider ldap AuthName "test Authentication" AuthzLDAPAuthoritative off AuthLDAPBindDN mysearch-user@dharry.local AuthLDAPBindPassword password AuthLDAPURL ldap://dharrydom:389/CN=users,DC=dharry,DC=local?saMAccountName Require valid-user </Location>