> If there are any OS X sysadmins out there that actually know how to
> create accounts remotely via the command line, let me know.

William,

The following works for me under 10.5.8:

sudo mkdir -p /Users/ta
sudo dscl . -create /Users/ta
sudo dscl . -create /Users/ta PrimaryGroupID 20
sudo dscl . -create /Users/ta RealName "Test Account"
sudo dscl . -create /Users/ta NFSHomeDirectory /Users/ta
sudo dscl . -create /Users/ta UserShell /bin/bash
sudo dscl . -create /Users/ta UniqueID 599
sudo passwd ta
sudo chown -R ta:staff /Users/ta

I have no idea why they make this so difficult...

Best,

Nathan

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to