[Date Prev][Date Next] [Chronological] [Thread] [Top]

Bug in ldappasswd(1) manpage (ITS#154)



Full_Name: Griff Miller
Version: 1.2.1
OS: Solaris 2.6
URL: 
Submission from: (NULL) (157.147.93.16)


This part of the manpage:

     -c none|crypt|md5|smd5|sha|ssha
          Specify the hashing algorithm used to store  the  pass-
          word. The default is crypt.

...should really say:

     -H none|crypt|md5|smd5|sha|ssha
          Specify the hashing algorithm used to store  the  pass-
          word. The default is crypt.

I am not skilled at editing manpages, but here is a diff that should do the
trick:

*** ldappasswd.1	Thu Apr 29 20:54:01 1999
--- ldappasswd.1	Mon May  3 09:02:52 1999
***************
*** 76,82 ****
  Use \fIsearchbase\fP as the starting point for the search instead of
  the default.
  .TP
! .B \-c \fInone\fR\||\|\fIcrypt\fR\||\|\fImd5\fR\||\|\fIsmd5\fR\||\|\fIsha\fR\||\|\fIssha
  Specify the hashing algorithm used to store the password. The default is
  .IR crypt .
  .TP
--- 76,82 ----
  Use \fIsearchbase\fP as the starting point for the search instead of
  the default.
  .TP
! .B \-H \fInone\fR\||\|\fIcrypt\fR\||\|\fImd5\fR\||\|\fIsmd5\fR\||\|\fIsha\fR\||\|\fIssha
  Specify the hashing algorithm used to store the password. The default is
  .IR crypt .
  .TP