Displaying 1 result from an estimated 1 matches for "pubadmins".
Did you mean:
pubadmin
2005 Jul 19
1
Problems with access-rights :)
...Group
root All /pub
root All /pub/kit
I have to groups
pubadmin
kituser
I want that pubadmin can read-write to /pub/* and that kituser can
readwrite
to /pub/kit
So i configure:
[pub$]
path = /exports/pub
read only = No
write list = @pubadmins
# write list = @SCC-EC
[pubkit$]
path = /exports/pub/kit
read only = No
# read list = @SHQ-Alle
write list = @kituser
There are the users
user1 that is member of All and pubadmin
user2 that is member of All and kituser
When i use the above...