From: Luke Howard Date: Wed, 11 Jan 2006 17:28:30 +0000 (+0000) Subject: ITS#4327 - make SASL_MECH/SASL_REALM no longer user-only options X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~347 X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=86d10729 ITS#4327 - make SASL_MECH/SASL_REALM no longer user-only options --- diff --git a/libraries/libldap/init.c b/libraries/libldap/init.c index dc65b46476..e128ddac18 100644 --- a/libraries/libldap/init.c +++ b/libraries/libldap/init.c @@ -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)},