From 949cbf744f16c86a2e887e2db4232f91ee90fa1f Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Thu, 5 Mar 2009 20:15:41 +0000 Subject: [PATCH] ITS#5989 --- CHANGES | 1 + doc/man/man5/slapd-ldap.5 | 4 ++++ doc/man/man5/slapd-meta.5 | 2 ++ 3 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index c4d436a342..b2ea10b35f 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ OpenLDAP 2.4.16 Engineering Fixed slapo-accesslog interaction with ppolicy (ITS#5979) Documentation admin24 clarified MMR URI requirements (ITS#5942,ITS#5987) + slapd-ldap/meta(5) added missing TLS options (ITS#5989) OpenLDAP 2.4.15 Release (2009/02/24) Fixed libldap alias dereferencing in C API again (ITS#5916) diff --git a/doc/man/man5/slapd-ldap.5 b/doc/man/man5/slapd-ldap.5 index 44e9f7e196..4938206730 100644 --- a/doc/man/man5/slapd-ldap.5 +++ b/doc/man/man5/slapd-ldap.5 @@ -107,12 +107,14 @@ needs be created. .B bindmethod=simple|sasl [binddn=<simple DN>] [credentials=<simple password>] .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>] .B [authcId=<authentication ID>] [authzId=<authorization ID>] +.B [starttls=no|yes|critical] .B [tls_cert=<file>] .B [tls_key=<file>] .B [tls_cacert=<file>] .B [tls_cacertdir=<path>] .B [tls_reqcert=never|allow|try|demand] .B [tls_ciphersuite=<ciphers>] +.B [tls_protocol_min=<version>] .B [tls_crlcheck=none|peer|all] .RS Allows to define the parameters of the authentication method that is @@ -217,12 +219,14 @@ for details on the syntax of this field. .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>] .B [authcId=<authentication ID>] [authzId=<authorization ID>] .B [authz={native|proxyauthz}] [mode=<mode>] [flags=<flags>] +.B [starttls=no|yes|critical] .B [tls_cert=<file>] .B [tls_key=<file>] .B [tls_cacert=<file>] .B [tls_cacertdir=<path>] .B [tls_reqcert=never|allow|try|demand] .B [tls_ciphersuite=<ciphers>] +.B [tls_protocol_min=<version>] .B [tls_crlcheck=none|peer|all] .RS Allows to define the parameters of the authentication method that is diff --git a/doc/man/man5/slapd-meta.5 b/doc/man/man5/slapd-meta.5 index db38500fa2..e7d137dc9a 100644 --- a/doc/man/man5/slapd-meta.5 +++ b/doc/man/man5/slapd-meta.5 @@ -340,12 +340,14 @@ for details on the syntax of this field. .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>] .B [authcId=<authentication ID>] [authzId=<authorization ID>] .B [authz={native|proxyauthz}] [mode=<mode>] [flags=<flags>] +.B [starttls=no|yes|critical] .B [tls_cert=<file>] .B [tls_key=<file>] .B [tls_cacert=<file>] .B [tls_cacertdir=<path>] .B [tls_reqcert=never|allow|try|demand] .B [tls_ciphersuite=<ciphers>] +.B [tls_protocol_min=<version>] .B [tls_crlcheck=none|peer|all] .RS Allows to define the parameters of the authentication method that is -- GitLab