From 65f9a005ede921fca3737bfc6d4cb1ba0dd907e4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Sun, 18 Jun 2000 19:40:38 +0000 Subject: [PATCH] Add reference to slappasswd(8) --- doc/man/man5/slapd.conf.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 4016f9df55..09a15f41d8 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -321,7 +321,9 @@ or administrative limit restrictions for operations on this database. Specify a password (or hash of the password) for the rootdn. This option accepts all RFC 2307 userPassword formats known to the server including \fB{SSHA}\fP, \fB{SHA}\fP, \fB{SMD5}\fP, -\fB{MD5}\fP, \fB{CRYPT}\fP, and cleartext schemes. Cleartext +\fB{MD5}\fP, \fB{CRYPT}\fP, and cleartext schemes. +.BR slappasswd (8) +may be used to generate a hash of a password. Cleartext and \fB{CRYPT}\fP passwords are not recommended. .TP .B suffix <dn suffix> @@ -439,6 +441,7 @@ ETCDIR/slapd.conf .BR slapadd (8), .BR slapcat (8), .BR slapindex (8), +.BR slappassword (8), .BR slurpd (8), .LP "The SLAPD and SLURPD Administrator's Guide" -- GitLab