diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-04 19:16:24 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-04 19:16:24 +0200 |
commit | d7a1718490aefece9c103b90adf8a41b0d858d13 (patch) | |
tree | 55c265fb73af41ce85b1d18542ff75dd44653fb3 /doc | |
parent | ef6959d8320c1b530a4b20a351055fe030b36e23 (diff) | |
download | gnutls-d7a1718490aefece9c103b90adf8a41b0d858d13.tar.gz |
autogen'ed files update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/invoke-srptool.texi | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/invoke-srptool.texi b/doc/invoke-srptool.texi index 4e2f5c60f5..bedbf65a28 100644 --- a/doc/invoke-srptool.texi +++ b/doc/invoke-srptool.texi @@ -3,10 +3,10 @@ @pindex srptool @ignore # -*- buffer-read-only: t -*- vi: set ro: -# +# # DO NOT EDIT THIS FILE (invoke-srptool.texi) -# -# It has been AutoGen-ed May 5, 2013 at 03:51:57 PM by AutoGen 5.17.3 +# +# It has been AutoGen-ed October 4, 2013 at 07:16:06 PM by AutoGen 5.17 # From the definitions ../src/srptool-args.def # and the template file agtexi-cmd.tpl @end ignore @@ -41,26 +41,28 @@ with a status code of 0. @exampleindent 0 @example -srptool - GnuTLS SRP tool -Usage: srptool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... +srptool - GnuTLS SRP tool - Ver. @@VERSION@@ +USAGE: srptool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... -d, --debug=num Enable debugging. - it must be in the range: 0 to 9999 - -i, --index specify the index of the group parameters in tpasswd.conf to use. + -i, --index=num specify the index of the group parameters in tpasswd.conf to use. -u, --username=str specify a username -p, --passwd=str specify a password file. -s, --salt=num specify salt size. --verify just verify the password. -v, --passwd-conf=str specify a password conf file. --create-conf=str Generate a password configuration file. - -v, --version[=arg] output version information and exit - -h, --help display extended usage information and exit - -!, --more-help extended usage information passed thru pager + -v, --version[=arg] Output version information and exit + -h, --help Display extended usage information and exit + -!, --more-help Extended usage information passed thru pager Options are specified by doubled hyphens and their name or by a single hyphen and the flag character. + + Simple program that emulates the programs in the Stanford SRP (Secure Remote Password) libraries using GnuTLS. It is intended for use in places where you don't expect SRP authentication to be the used for system users. @@ -110,6 +112,7 @@ The operation failed or the command syntax was not valid. @anchor{srptool See Also} @subsubheading srptool See Also gnutls-cli-debug (1), gnutls-serv (1), srptool (1), psktool (1), certtool (1) + @anchor{srptool Examples} @subsubheading srptool Examples To create @file{tpasswd.conf} which holds the g and n values for SRP protocol @@ -131,3 +134,4 @@ the one in @file{/etc/tpasswd} you will get an ok. @example $ srptool --passwd /etc/tpasswd --passwd\-conf /etc/tpasswd.conf --verify -u test @end example + |