mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
ITS#4327 - make SASL_MECH/SASL_REALM no longer user-only options
This commit is contained in:
parent
38234aef64
commit
86d1072917
1 changed files with 2 additions and 2 deletions
|
|
@ -81,9 +81,9 @@ static const struct ol_attribute {
|
||||||
{0, ATTR_BOOL, "RESTART", NULL, LDAP_BOOL_RESTART},
|
{0, ATTR_BOOL, "RESTART", NULL, LDAP_BOOL_RESTART},
|
||||||
|
|
||||||
#ifdef HAVE_CYRUS_SASL
|
#ifdef HAVE_CYRUS_SASL
|
||||||
{1, ATTR_STRING, "SASL_MECH", NULL,
|
{0, ATTR_STRING, "SASL_MECH", NULL,
|
||||||
offsetof(struct ldapoptions, ldo_def_sasl_mech)},
|
offsetof(struct ldapoptions, ldo_def_sasl_mech)},
|
||||||
{1, ATTR_STRING, "SASL_REALM", NULL,
|
{0, ATTR_STRING, "SASL_REALM", NULL,
|
||||||
offsetof(struct ldapoptions, ldo_def_sasl_realm)},
|
offsetof(struct ldapoptions, ldo_def_sasl_realm)},
|
||||||
{1, ATTR_STRING, "SASL_AUTHCID", NULL,
|
{1, ATTR_STRING, "SASL_AUTHCID", NULL,
|
||||||
offsetof(struct ldapoptions, ldo_def_sasl_authcid)},
|
offsetof(struct ldapoptions, ldo_def_sasl_authcid)},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue