Jul 2006
WebDAV chroot
29.07.06 13:57 |
OS X Server
| Permalink
Well, there's really no such thing. But you can make
it work.
In SA, create a realm where you want your WebDAV home folders to be.
Give Auth/Browse access only to an admin. Then just create something like /etc/httpd/sites/WebDavUsers.conf
and add the following:
It seems that Digest authentication under OS X comes automagically from NetInfo which means we don't have to edit any passwordfiles.
Now only the admin can see all the home folders, but each user can connect to http://server/username and see only their home.
In SA, create a realm where you want your WebDAV home folders to be.
Give Auth/Browse access only to an admin. Then just create something like /etc/httpd/sites/WebDavUsers.conf
and add the following:
<Directory "/WebDAV/folder/username">
<LimitExcept GET HEAD OPTIONS>
require user username
</LimitExcept>
</Directory>
It seems that Digest authentication under OS X comes automagically from NetInfo which means we don't have to edit any passwordfiles.
Now only the admin can see all the home folders, but each user can connect to http://server/username and see only their home.
|
FTP Without Shell
26.07.06 01:17 |
OS X Server
| Permalink
Tools Of the Trade
20.07.06 23:50 |
OS X Server
| Permalink
Back To the Basics
05.07.06 07:46 |
OS X Server
| Permalink
The Intel Pro/1000 GT NIC won't work with OS X
05.07.06 07:45 |
OS X Server
| Permalink
Troube With Quotas
02.07.06 07:47 |
OS X Server
| Permalink