On Thu, Aug 20, 2009 at 7:59 AM, Nathan Dunfield<nat...@dunfield.info> wrote:
>> 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:

What OS X computer do you have access to?
It might already be all you need to resolve this cliquer issue.


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



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

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