Hi

I have a webdav server with separate home directories. Every user has his own directory.
And we have one config file per user:

    <Directory "/srv/data/webdav/company/USERNAME">
    Options Indexes FollowSymLinks
    AllowOverride None
    order allow,deny
    allow from all
    AuthName "server authentification"
    AuthType basic
    AuthLDAPURL          ldap://ldapserver/o=yx,dc=xx,dc=yy?uid
    AuthBasicProvider    ldap
    DAV On
    require valid-user
    require ldap-attribute uid=USERNAME
    </Directory>



But this solution is so stupid, is there any better way instead of creating 1000 < user configs (Maybe with a regex.....)?


Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to