mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9824 Document SASL related ldap_get/set_option restrictions
This commit is contained in:
parent
c34d419f35
commit
475431aac1
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue