]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9824 Document SASL related ldap_get/set_option restrictions
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 17 May 2022 09:52:48 +0000 (10:52 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 19 May 2022 15:45:18 +0000 (15:45 +0000)
doc/man/man3/ldap_get_option.3

index 3477f02c61a0a0a746e0ea0da499089ef49d7259..b98ad6026c604aad458eb378bbe7f23ede724f0e 100644 (file)
@@ -463,7 +463,7 @@ must be an
 .BR "unsigned int *" .
 
 .SH SASL OPTIONS
-The SASL options are OpenLDAP specific.
+The SASL options are OpenLDAP specific and unless otherwise noted, require an LDAP handle to be passed.
 .TP
 .B LDAP_OPT_X_SASL_AUTHCID
 Gets the SASL authentication identity;
@@ -507,7 +507,7 @@ in form of a NULL-terminated array of strings;
 .BR outvalue
 must be
 .BR "char ***" .
-The caller must not free or otherwise muck with it.
+The caller must not free or otherwise muck with it. This option can be used globally.
 .TP
 .B LDAP_OPT_X_SASL_NOCANON
 Sets/gets the NOCANON flag.