Groups in OS X

The last couple of days I tried to set up an old G4 with OS X 10.4 Tiger to work as a webserver. I didn’t want to run the apache / php that ships with Tiger because these versions are far behind the current versions. So I installed everything via macports which worked pretty smooth. It is common practice to let apache run as www:www (user:group) and I wanted to stick with that. So I wondered how I could add me to the group www since OS X ignores the /etc/group file. The obvious solution was of course NetInfo Manager (in the Utilities folder) but since OS X 10.5 wont ship with NetInfo Manager I figured that there has to be a different way. There are two command line tools that can get the job done. The first is dscl which gives you full access to everything NetInfo Manager would do for you. The second tool however is especially for adding and removing users to / from groups.

dseditgroup -o edit -a hukl www

for adding me to the www group and

dseditgroup -o edit -d hukl www

will remove me from that group.

Works like a charm but I’m still wondering if there will be a Workgroup Manager for the regular OS X or some other replacement of NetInfo Manager

I know I’m posting too much technical stuff recently …

Main entry continued

3 thoughts on "Groups in OS X"

  1. Sixtus says:

    Hmm, an ‘old’ mac g4 .. grml…
    I’m still working on an g3 with 300 Mhz..

    (don’t ou want to change them ? 🙂

    Why didn’t you choose debian, or something else for it, it would me a pretty much easier, and cooler..

    I think the darwin kernel doesn’t feel a prety like *ix, it’s a little weird..

    Sixtus

  2. hukl says:

    I know – OS X is a weird breed of Unix … Actually I was about to write a little more about my experiences with OS X and OS X Server because usually I’m running FreeBSD for web hosting etc.

    Well, I’m gonna do it tomorrow – promised!

    Good night.

Leave a Reply to hukl Cancel reply

Your email address will not be published. Required fields are marked *