Handle hostnames with upper-case letters
[webmin.git] / bsdexports / notes
1  - Cannot have different options for the same host on the same *local*
2    filesystem. Ie
3
4 /usr -maproot=daemon florissa
5 /tmp -ro -mapall=jcameron:staff daemon florissa
6
7 Would not be allowed if /usr and /tmp are on the same local. But
8
9 /usr -maproot=daemon florissa
10 /tmp -ro -mapall=jcameron:staff daemon
11
12 Would be allowed because there is no local-filesystem/host overlap
13