Apache LDAP
概要
僅介紹 2.0 與 2.2 兩個版本,這兩個版本都需要在 compile apache 時編入 LDAP 相關選項。
2.0
AuthLDAPEnabled on
AuthLDAPURL ldap://ldap.example.com/dc=example,dc=org?cn
AuthLDAPAuthoritative on
AuthType Basic
AuthName "ldap test"
Require valid-user
2.2
AuthType Basic
AuthName "LDAP Authorization"
AuthBasicProvider ldap
AuthLDAPURL "ldap://ldap.example.com/dc=example,dc=org?cn"
require valid-user
page revision: 0, last edited: 12 Oct 2007 09:11





