summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-04 19:34:32 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-04 19:34:32 +0200
commit1236caf56afd560ea54f3b3cd23030bed6373332 (patch)
tree37ff549377ed017c3ee547095f2ccf3b29a6e61f /doc
parentbe5c480f9d942794313f7a518969fc30d03bbe78 (diff)
downloadgnutls-1236caf56afd560ea54f3b3cd23030bed6373332.tar.gz
autogen'ed files update
Diffstat (limited to 'doc')
-rw-r--r--doc/invoke-srptool.texi22
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/invoke-srptool.texi b/doc/invoke-srptool.texi
index e34c98f271..f76aebfd7a 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 29, 2013 at 07:52:42 PM by AutoGen 5.17.3
+#
+# It has been AutoGen-ed October 4, 2013 at 07:28:17 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
+