From e3e6f2afb360f34da9114a356cc7852c35ad49a0 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Tue, 13 Mar 2018 18:55:50 +0000 Subject: [PATCH] ITS#8818 SASL_MECH/SASL_REALM are not user-only Changed as of ITS#4327 commit 86d10729 --- doc/man/man5/ldap.conf.5 | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index b6735bab5c..8a5f89d93f 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -220,11 +220,9 @@ there are more options you can specify. .TP .B SASL_MECH <mechanism> Specifies the SASL mechanism to use. -.B This is a user-only option. .TP .B SASL_REALM <realm> Specifies the SASL realm. -.B This is a user-only option. .TP .B SASL_AUTHCID <authcid> Specifies the authentication identity. -- GitLab