23 Feb
2006
23 Feb
'06
15:53
Hi! Ich versuche mit Apache http Authentifizierung User einer Gruppe zu Authentifizieren (Gruppe mittels memberUid an cn gebunden) Warum klappt diese .htaccess nicht? AuthType basic AuthName "Test" AuthLdapAuthoritative on AuthLdapEnabled on AuthLDAPURL ldap://127.0.0.1/cn=rkt,o=rk?uid |require group cn=admin,ou=standardgroups,ou=groups,o=rk |