ITS#9824 Document SASL related ldap_get/set_option restrictions

This commit is contained in:
Ondřej Kuzník 2022-05-17 10:52:48 +01:00 committed by Quanah Gibson-Mount
parent c34d419f35
commit 475431aac1

View file

@ -463,7 +463,7 @@ must be an
.BR "unsigned int *" . .BR "unsigned int *" .
.SH SASL OPTIONS .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 .TP
.B LDAP_OPT_X_SASL_AUTHCID .B LDAP_OPT_X_SASL_AUTHCID
Gets the SASL authentication identity; Gets the SASL authentication identity;
@ -507,7 +507,7 @@ in form of a NULL-terminated array of strings;
.BR outvalue .BR outvalue
must be must be
.BR "char ***" . .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 .TP
.B LDAP_OPT_X_SASL_NOCANON .B LDAP_OPT_X_SASL_NOCANON
Sets/gets the NOCANON flag. Sets/gets the NOCANON flag.