From f7690b1194f4bbd5f7a5f32ae3f9897e42c9ace0 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Wed, 29 Aug 2001 19:37:32 +0000
Subject: [PATCH] Password-hash doesn't support UNIX, KERBEROS, SASL schemes.

---
 doc/man/man5/slapd.conf.5 | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5
index 385358239a..48355ce8f6 100644
--- a/doc/man/man5/slapd.conf.5
+++ b/doc/man/man5/slapd.conf.5
@@ -311,11 +311,8 @@ The <hash> to use for userPassword generation.  One of
 .BR {SHA} ,
 .BR {SMD5} ,
 .BR {MD5} ,
-.BR {CRYPT} ,
-.BR {KERBEROS} ,
-.BR {SASL} ,
 and
-.BR {UNIX} .
+.BR {CRYPT} .
 The default is
 .BR {SSHA} .
 .TP
-- 
GitLab