webdav with separate home directories

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux