mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#4327 - make SASL_MECH/SASL_REALM no longer user-only options
This commit is contained in:
parent
38234aef64
commit
86d1072917
@ -81,9 +81,9 @@ static const struct ol_attribute {
|
||||
{0, ATTR_BOOL, "RESTART", NULL, LDAP_BOOL_RESTART},
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
{1, ATTR_STRING, "SASL_MECH", NULL,
|
||||
{0, ATTR_STRING, "SASL_MECH", NULL,
|
||||
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)},
|
||||
{1, ATTR_STRING, "SASL_AUTHCID", NULL,
|
||||
offsetof(struct ldapoptions, ldo_def_sasl_authcid)},
|
||||
|
Loading…
Reference in New Issue
Block a user