Something like this should work:
A - grant read to authenticated (gives all valid users access)
B1 - nothing. inherits from A.
C1 - grant write to Carl
B2 - grant read to root (make sure someone has access)
- deny read to authenticated (makes this private)When you add Carl as a user he will automatically have read access to A, B1 and C1. You'll need to grant explicit write access to C1, however.
-James
Yong Hu wrote:
James,
Thanks for the reply. But I don't quite understand you.
1. Are you doing this manually or with code? 2. If you are doing this with code, then for example, I've a doc tree like:
A - B1 - C1 - B2
Now I have a new user Carl and I want to assign write privilege on C1 to Carl, and because Carl is a new user, he has no privileges to the whole doc tree yet. So could you pls tell me what your code will do to end up with having Carl able to write in C1 while he has no privilege in B2 and other folders (other than A and B1).
Thanks a lot.
regards,
Jun
--------------------------------- Do You Yahoo!? 150äæMP3ççæïåæéåéäæå çåææåæåæïæéçåãèååéå 1Gåæ1000åïéèçéèåæåï
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
