{"homedirectory <full path>",I18N_NOOP("Sets the home directory of the specified account to the given value"),0},
{"givenname <first name>",I18N_NOOP("Sets the first name of the specified account to the given value"),0},
{"surname <last name>",I18N_NOOP("Sets the last name of the specified account to the given value"),0},
{"telephone <number>",I18N_NOOP("Sets the telephone number of the specified account to the given value"),0},
{"website <url>",I18N_NOOP("Sets the website of the specified account to the given value"),0},
{"email <url>",I18N_NOOP("Sets the Email address of the specified account to the given value"),0},
{"group <groupname>",I18N_NOOP("Sets membership of the specified account in the groups listed on the command line, and revokes membership in any groups not listed. This option may be used multiple times."),0},
{"primarygroup <groupname>",I18N_NOOP("Sets membership of the specified account in the group listed on the command line, and sets that group as the user's primary group."),0},
{"revokeallgroups",I18N_NOOP("Revokes membership of the specified account for all groups"),0},
{"adminusername <username>",I18N_NOOP("Specifies the username of the administrative user with permissions to perform the requested task"),0},
{"adminpasswordfile <password file>",I18N_NOOP("Specifies the location of a file which contains the password of the administrative user"),0},
{"anonymous",I18N_NOOP("Do not use authentication when contacting the realm controller"),0},
{"!+command",I18N_NOOP("The command to execute on the Kerberos realm. Valid commands are: adduser deluser listusers"),0},
{"!+command",I18N_NOOP("The command to execute on the Kerberos realm. Valid commands are: adduser deluser listusers listgroups"),0},
{"!+realm",I18N_NOOP("The Kerberos realm on which to execute the specified command. Example: MY.REALM"),0},
{"",I18N_NOOP("This utility will use GSSAPI to connect to the realm controller. You must own an active, valid Kerberos ticket in order to use this utility!"),0},
TDECmdLineLastOption// End of options.
@ -200,6 +203,15 @@ int main(int argc, char *argv[])