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
|
AuthBasicProvider ldap
|
||||||
#AuthLDAPBindAuthoritative off
|
#AuthLDAPBindAuthoritative off
|
||||||
AuthLDAPBindDN UID=bind,OU=Users,DC=ldap,DC=freiesnetz,DC=at
|
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
|
AuthLDAPURL ldap://localhost/OU=Users,DC=ldap,DC=freiesnetz,DC=at?uid
|
||||||
#LDAPReferrals off
|
LDAPReferrals off
|
||||||
Require valid-user
|
Require valid-user
|
||||||
|
|
||||||
# disabled because of client error: ERR_TOO_MANY_REDIRECTS
|
# disabled because of client error: ERR_TOO_MANY_REDIRECTS
|
||||||
|
|
Loading…
Reference in a new issue