From 8343db4a5c9d4f60b2d03fe63d238f92d6a3f85d Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Fri, 25 Apr 2014 15:35:45 +0000 Subject: [PATCH] --- system/.htaccess | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/system/.htaccess b/system/.htaccess index ebdd0183a..7e837c991 100644 --- a/system/.htaccess +++ b/system/.htaccess @@ -1,6 +1,10 @@ AuthBasicProvider ldap -AuthName "FHComplete" +AuthName "Technikum-Wien" AuthType Basic -AuthBasicAuthoritative On -AuthLDAPURL "ldap://localhost:389/ou=People,dc=oesi,dc=org?cn" -Require valid-user +AuthBasicAuthoritative Off +AuthLDAPURL "ldap://ldap.technikum-wien.at:389/ou=People,dc=technikum-wien,dc=at?uid?one?objectclass=posixAccount" +#AuthLDAPURL "ldap://ldap.technikum-wien.at:389/ou=People,dc=technikum,dc=at?uid?sub?(objectClass=*)" +AuthLDAPGroupAttributeIsDN Off +AuthLDAPGroupAttribute memberuid +Require ldap-group cn=fhadmin,ou=Group,dc=technikum-wien,dc=at +require ldap-group cn=hadesadm,ou=Group,dc=technikum-wien,dc=at \ No newline at end of file