Difference between revisions of "LDAP"
From Bloominglabs
Line 6: | Line 6: | ||
** make sure to put gecos info in quotes if there is a space - like between their first and last name | ** make sure to put gecos info in quotes if there is a space - like between their first and last name | ||
** you can add a uid at the end of the command if you want to set a particular uid | ** you can add a uid at the end of the command if you want to set a particular uid | ||
+ | ** running ldapadduser without any parameters will give you usage info |
Revision as of 22:14, 20 March 2013
To create Bloominglabs accounts:
- ssh to bloominglabs.org (ask dosman about the specifics)
- /usr/local/bin/ldapadduser {username} {group} "{gecos}"
- group can either be the group name or the gid
- make sure to put gecos info in quotes if there is a space - like between their first and last name
- you can add a uid at the end of the command if you want to set a particular uid
- running ldapadduser without any parameters will give you usage info