Open Directory
From OpenKM Documentation
Revision as of 10:30, 22 January 2010 by Pavila (talk | contribs) (Created page with 'Here are some tips on OSX Open Directory: * '''Create user''': dscl . -create /Users/openkm * '''Assign shell''': dscl . -create /Users/openkm UserShell /bin/bash * '''Assign us…')
Here are some tips on OSX Open Directory:
- Create user: dscl . -create /Users/openkm
- Assign shell: dscl . -create /Users/openkm UserShell /bin/bash
- Assign user name: dscl . -create /Users/openkm RealName "OpenKM user"
- Search UID: dscl . -search /Users uid 503
- Assign UID: dscl . -create /Users/openkm UniqueID 503
- Assign user home: dscl . -create /Users/openkm NFSHomeDirectory /opt/openkm
- Assign password: dscl . -passwd /Users/openkm xxxxxx
More on OpenDirectory and the dscl Tool at Introduction to Porting UNIX/Linux Applications to Mac OS X.