]> git.sur5r.net Git - openldap/blob - doc/man/man8/slappasswd.8
Initial slappasswd(8) page
[openldap] / doc / man / man8 / slappasswd.8
1 .TH SLAPPASSWD 8C "15 June 2000" "OpenLDAP LDVERSION"
2 .\" $OpenLDAP$
3 .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
4 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5 .SH NAME
6 slappassword \- OpenLDAP password utility
7 .SH SYNOPSIS
8 .B SBINDIR/slappasswd
9 .B [\-v]
10 .B [\-s secret]
11 .B [\-h hash]
12 .B 
13 .LP
14 .SH DESCRIPTION
15 .LP
16 .B Slappasswd
17 is used to compute a hashed password suitable for use
18 as a userPassword value
19 .BR slapd.conf (5)
20 .BR rootpw .
21 .SH OPTIONS
22 .TP
23 .B \-v
24 enable verbose mode.
25 .TP
26 .BI \-s " secret"
27 The secret to hash.  If not provided, the user will be prompted
28 for the secret to hash.
29 .TP
30 .BI \-h " hash"
31 The hash algorithm to use.  Algorithms supported include
32 .IR {CRYPT} ,
33 .IR {MD5} ,
34 .IR {SMD5} ,
35 .IR {SSHA} ", and"
36 .IR {SHA} .
37 The default is 
38 .IR {SSHA} .
39 .SH LIMITATIONS
40 The practice storing hashed passwords in userPassword
41 violates Standard Track schema and may hinder
42 interoperability.
43 .SH "SECURITY CONSIDERATIONS"
44 Use of hashed passwords does not protect passwords during
45 protocol transfer.  TLS or other eavesdropping protections
46 should be inplace before using LDAP simple bind.  The
47 hashed password values should be protected as if they
48 were clear text passwords.
49 .SH "SEE ALSO"
50 .BR ldapmodify (3),
51 .BR slapd (8)
52 .SH ACKNOWLEDGEMENTS
53 .B      OpenLDAP
54 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
55 .B      OpenLDAP
56 is derived from University of Michigan LDAP 3.3 Release.