Skip to content
Snippets Groups Projects
Commit 86d10729 authored by Luke Howard's avatar Luke Howard
Browse files

ITS#4327 - make SASL_MECH/SASL_REALM no longer user-only options

parent 38234aef
No related branches found
No related tags found
No related merge requests found
......@@ -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)},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment