Revision 8564
Added by Jing Tao almost 11 years ago
src/edu/ucsb/nceas/metacat/authentication/AuthFile.java | ||
---|---|---|
1001 | 1001 |
"2. The user-distinguish-name must look like \"uid=john,o=something,dc=something,dc=something\" and the group-name must look like \"cn=dev,o=something,dc=something,dc=something\".\n"+ |
1002 | 1002 |
"3. if a value of an option has spaces, the value should be enclosed by the double quotes.\n"+ |
1003 | 1003 |
" For example: ./authFileManager.sh groupadd -g cn=dev,o=something,dc=something,dc=something -d \"Developers at NCEAS\"\n"+ |
1004 |
"4. \"-d description\" in groupadd is optional; \"-g groupname -e email-address -s surname -f given-name -o organizationName\" in useradd are optional as well.");
|
|
1004 |
"4. \"-d description\" in the \"groupadd\" command is optional; \"-g groupname -e email-address -s surname -f given-name -o organizationName\" in the \"useradd\" command are optional as well.");
|
|
1005 | 1005 |
|
1006 | 1006 |
|
1007 | 1007 |
} |
Also available in: Unified diff
Modify the usage message.