From 33d5c0abd75db339cff16ac316fa8ccad9bb31b1 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 22 Aug 2002 20:32:09 +0000 Subject: [PATCH] Fix errors in replica directive --- doc/man/man5/slapd.conf.5 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index ca3c47a39b..41b0e8429c 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -878,8 +878,8 @@ default, readonly is off. .B replica host=[:port] [tls=yes|critical] .B [suffix= [...]] .B bindmethod=simple|sasl [binddn=] [credentials=] -.B [saslmech=] [secopts=] [realm=] -.B [authcId=] [authcId=] +.B [saslmech=] [secprops=] [realm=] +.B [authcId=] [authzId=] .B [attr[!]=] .RS Specify a replication site for this database. Refer to the "OpenLDAP @@ -903,6 +903,13 @@ of .B sasl requires the option .B saslmech. +Specific security properties (as with the +.B sasl-secprops +keyword above) for a SASL bind can be set with the +.B secprops +option. A non-default SASL realm can be set with the +.B realm +option. If the .B mechanism will use Kerberos, a kerberos instance should be given in -- 2.39.5