htaccess
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| htaccess [2011/03/31 20:22] – admin | htaccess [2011/11/19 17:04] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 24: | Zeile 24: | ||
| *[[http:// | *[[http:// | ||
| - | =====.htaccess mit LDAP Authentifizierung===== | + | =====.htaccess mit LDAP Authentifizierung |
| < | < | ||
| AuthType Basic | AuthType Basic | ||
| Zeile 32: | Zeile 32: | ||
| AuthLDAPURL ldap:// | AuthLDAPURL ldap:// | ||
| Require valid-user | Require valid-user | ||
| + | </ | ||
| + | |||
| + | =====.htaccess mit LDAP Authentifizierung einer Gruppe ===== | ||
| + | |||
| + | < | ||
| + | AuthType Basic | ||
| + | AuthName "5B - Rainer" | ||
| + | AuthBasicProvider ldap | ||
| + | AuthzLDAPAuthoritative on | ||
| + | AuthLDAPUrl ldap:// | ||
| + | AuthLDAPGroupAttributeIsDN off | ||
| + | AuthLDAPGroupAttribute memberUid | ||
| + | Require ldap-group cn=rainer5b, | ||
| + | Options +Indexes | ||
| </ | </ | ||
htaccess.1301595767.txt.gz · Zuletzt geändert: von admin
