vote up -3 vote down star

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.

flag

Has an open bounty so can't be closed for not programming related~! – Orion Edwards Mar 17 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 at 20:59
ha rackoverflow, is that really coming because that is an awesome name. – James McMahon Mar 17 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 at 9:21

6 Answers

vote up 5 vote down check

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|flag
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 at 23:45
vote up 0 vote down

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|flag
vote up 0 vote down

Take a look at this thread at macosxhints.com

link|flag
vote up 3 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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