|
#1
| |||
| |||
| Howto Specify a Group Using Access Control Lists I cannot for the life of me get chmod +a "admin allow read,write,delete" /Applications to refer to the group 'admin' . It only seems to look first in the users and if a user is named 'admin it thinks that is what I want. I want the group not the user, how do I do this? |
|
#2
| ||||
| ||||
| doesn't seem possible. none of the the documentation I've found seems to destinguish between users and groups in any way. the Workgrup Manager on X 10.4 Server also seems to treat users and groups as a whole. for screenshots and discussions see here: http://images.apple.com/server/pdfs/...s_TB_v10.4.pdf http://arstechnica.com/reviews/os/macosx-10.4.ars/8 |
|
#3
| |||
| |||
| Workaround A workaround is to rename the group, I changed the group 'admin' to 'sysadmin' and can now specify the 'sysadmin' as I desired. |
|
#4
| ||||
| ||||
| Not a good idea! Quote:
However, I do have to say that the ACLs are still pretty immature and have some issues. I get around that by using the nested groups which work well. So, instead of changing "admin" to "sysadmin" simply create "sysadmin" and nest the admin group inside of it. That way, you won't mess with the built in group structures on OS X.
__________________ Sourcehound, author of HelpMate: http://www.macworkshops.com/machelpmate ACSA, ACTC, MCP, A+, APP Mac OS X IT Trainer & Consultant http://www.macworkshops.com MacTech Magazine Columnist http://www.mactech.com |
|
#5
| |||
| |||
| Great idea, I should have remembered that! FWIW, the name change seems to have caused no problems so far, but I am going to try the subgroup anyway, much cleaner. |