summaryrefslogtreecommitdiff
path: root/doc/tex/auth.tex
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-04 10:11:51 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-04 10:11:51 +0000
commitd76b33f716e7472ad1132cf4a8ba3c3060b14b1d (patch)
treee6f9f7976c243c03be0316acf44065689d836a4f /doc/tex/auth.tex
parentbad5df36af736353afba3bfa565d470678ced176 (diff)
downloadgnutls-d76b33f716e7472ad1132cf4a8ba3c3060b14b1d.tar.gz
*** empty log message ***
Diffstat (limited to 'doc/tex/auth.tex')
-rw-r--r--doc/tex/auth.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tex/auth.tex b/doc/tex/auth.tex
index 5dc0cc819b..6be4f29603 100644
--- a/doc/tex/auth.tex
+++ b/doc/tex/auth.tex
@@ -116,24 +116,24 @@ How to use srpcrypt:
\item To create tpasswd.conf which holds the g and n values for
SRP protocol (generator and a large prime), run:
\begin{verbatim}
-$ gnutls-srpcrypt --create_conf /etc/tpasswd.conf
+$ gnutls-srpcrypt --create-conf /etc/tpasswd.conf
\end{verbatim}
\item This command will create /etc/tpasswd and will add user 'test' (you will also
be prompted for a password). Verifiers are stored by default in the
way libsrp expects (using a modified SHA()). However using this tool you
-may also specify blowfish srpcrypt instead of SHA (see --crypt parameter).
+may also specify blowfish crypt instead of SHA (see --crypt parameter).
\begin{verbatim}
$ gnutls-srpcrypt --passwd /etc/tpasswd \
- --passwd_conf /etc/tpasswd.conf -u test
+ --passwd-conf /etc/tpasswd.conf -u test
\end{verbatim}
\item This command will check against a password. If the password matches
the one in /etc/tpasswd you will get an ok.
\begin{verbatim}
$ gnutls-srpcrypt --passwd /etc/tpasswd \
- --passwd_conf /etc/tpasswd.conf --verify -u test
+ --passwd-conf /etc/tpasswd.conf --verify -u test
\end{verbatim}
\end{itemize}