up vote -3 down vote favorite
share [g+] share [fb]

I'm having the following problem:

Our users are using Macs running Mac OS Leopard to connect to an Xserve running Tiger Server (Version 10.4.11) via AFP.

On the Xserve, I created a user group called "staff" (using Directory Admin) and put some user accounts into that group. Then I made the group "staff" owner of the folder I want them to be able to access.

Now, whenever any user accesses a file on the server and saves it, its permissions revert to the user's permissions instead of those of "staff". Even stranger: When I create a new folder via AFP, and give "staff" Read/Write permission, it immediately reverts to "Everyone: No Access"

I'm pretty weirded out. Any pointers towards a solution would be greatly appreciated.

link|improve this question

Has an open bounty so can't be closed for not programming related~! – Orion Edwards Mar 17 '09 at 20:58
PS: Jeff needs to hurry up and build rackoverflow.com so we can move questions like this instead of hammering them – Orion Edwards Mar 17 '09 at 20:59
ha rackoverflow, is that really coming because that is an awesome name. – James McMahon Mar 17 '09 at 22:13
so, apparently all you need to ask off-topic questions on SO is to put a bounty on it. Oh well, can close it in 3 hours... – derobert Mar 22 '09 at 9:21
feedback

7 Answers

up vote 5 down vote accepted
+75

Try looking up the effects of the setuid and setgid bits on directories. MacOSX is Unix, and it reminds me of a problem I had on HPUX about eight years ago.

link|improve this answer
Either I'm a complete idiot and missed your post, or we cross-posted. Regardless, I'm voting you up, since you seem to have beaten me to the punch. – Branan Mar 18 '09 at 23:45
feedback

I suspect you need to set the setgid bit on the directory. See Wikipedia

link|improve this answer
feedback

This is a bit of a shot in the dark, but I've hit some wonkiness with permissions for desktop OSX and the same thing may hold true for server OSX.

On desktop, each new user is create with a unique group that matches that user. Does server behave this way and if so have you tried removing that group?

link|improve this answer
feedback

It looks like it may be a bug in the Leopard client frameworks; have you tried the same thing with a 10.4 client box? The reason I say it looks like a bug? This thread: http://lists.psu.edu/cgi-bin/wa?A2=ind0903&L=macenterprise&T=0&F=&S=&P=204647

link|improve this answer
feedback

Take a look at this thread at macosxhints.com

link|improve this answer
feedback

I think that you need to set a default / master group for each user so that way whilst the owner of the file may change the group will not meaning everyone with group access can get to the file. Also remember to make sure that you have group read and write access to the directory/files.

link|improve this answer
feedback

Turn on ACL's, add the group and set permissions via ACL, then propagate.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.