lundi 24 août 2015

webdav zugriff steuern

hallo zusammen,

ich habe derzeit folgende config für mein WebDAV Apache Server:


Code:

<Directory "D:/CLOUD/USER/projekt/">
  DAV on
  AuthType Basic
  AuthzLDAPAuthoritative off
  AuthName "cloud"
  AuthBasicProvider ldap
  AuthLDAPBindDN "service.cloud@domain.local"
  AuthLDAPBindPassword password
  AuthLDAPURL "ldap://192.168.1.1/OU=Cloud,OU=_Site,DC=domain,DC=local?samAccountName?sub?(objectClass=user)"
  Order allow,deny
  Allow from all
  Require user usertest1 usertest2 usertest3
</Directory>

Alles klappt soweit.

Nun will ich aber, dass usertest2 nur lesen darf, der rest darf alles.

Wie muss ich meine Konfig entsprechend anpassen?


Aucun commentaire:

Enregistrer un commentaire