Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
86d10729
Commit
86d10729
authored
Jan 11, 2006
by
Luke Howard
Browse files
ITS#4327 - make SASL_MECH/SASL_REALM no longer user-only options
parent
38234aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/init.c
View file @
86d10729
...
...
@@ -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
)},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment