Issue 4327 - SASL_MECH/SASL_REALM should be system configurable
Summary: SASL_MECH/SASL_REALM should be system configurable
Status: VERIFIED SUSPENDED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-11 16:27 UTC by Luke Howard
Modified: 2021-08-03 17:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Luke Howard 2006-01-11 16:27:36 UTC
Full_Name: Luke Howard
Version: HEAD
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (134.146.0.27)


It would be useful for SASL_MECH and SASL_REALM to be configurable system-wide.

Index: init.c
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/init.c,v
retrieving revision 1.100
diff -u -r1.100 init.c
--- init.c      3 Jan 2006 22:12:08 -0000       1.100
+++ init.c      11 Jan 2006 16:27:18 -0000
@@ -81,9 +81,9 @@
        {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)},

Comment 1 Kurt Zeilenga 2006-01-12 22:16:55 UTC
changed notes
Comment 2 Kurt Zeilenga 2006-01-12 22:17:11 UTC
changed notes
changed state Open to Suspended
Comment 3 Kurt Zeilenga 2006-01-18 19:50:02 UTC
moved from Incoming to Development
Comment 4 OpenLDAP project 2014-08-01 21:04:58 UTC
patch committed to HEAD, may be backed out
see -devel discussions