Update .htaccess
This commit is contained in:
parent
094b515ef1
commit
49ea64c75d
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ AuthName "Login"
|
|||
AuthBasicProvider ldap
|
||||
#AuthLDAPBindAuthoritative off
|
||||
AuthLDAPBindDN UID=bind,OU=Users,DC=ldap,DC=freiesnetz,DC=at
|
||||
AuthLDAPBindPassword ldapbind
|
||||
AuthLDAPBindPassword ldapbindpassword
|
||||
AuthLDAPURL ldap://localhost/OU=Users,DC=ldap,DC=freiesnetz,DC=at?uid
|
||||
#LDAPReferrals off
|
||||
LDAPReferrals off
|
||||
Require valid-user
|
||||
|
||||
# disabled because of client error: ERR_TOO_MANY_REDIRECTS
|
||||
|
|
Loading…
Reference in a new issue