GT-3640 added support for specifying user password for server add/reset

commands
This commit is contained in:
ghidra1 2020-07-13 17:31:28 -04:00
parent 796ad69cc0
commit 8f65942fd0
8 changed files with 191 additions and 47 deletions

View file

@ -2,17 +2,18 @@
:: ***********************************************************
:: ** Arguments (each -argument option may be repeated):
:: ** [-add <sid>] [-dn <sid> "<x500_distinguished_name>"]
:: ** [-add <sid> [--p]]
:: ** [-dn <sid> "<x500_distinguished_name>"]
:: ** [-remove <sid>]
:: ** [-reset <sid>]
:: ** [-reset <sid> [--p]]
:: ** [-admin <sid> "<repository-name>"]
:: ** [-list] [-users]
:: ** [-migrate "<repository-name>"] [-migrate-all]
:: **
:: ** add - add a new user to the server with the default password 'changeme'
:: ** add - add a new user to the server with the default password 'changeme' [--p prompt for password]
:: ** dn - set a user's distinguished name for PKI authentication
:: ** remove - remove an existing user from the server
:: ** reset - reset an existing user's password to 'changeme'
:: ** reset - reset an existing user's password to 'changeme' [--p prompt for password]
:: ** admin - set the specified existing user as an admin of the specified repository
:: ** list - list all existing named repositories
:: ** users - list all users or those associated with each listed repository