]> git.sur5r.net Git - openldap/commitdiff
Reverse SASL mechanism restriction #ifdef
authorKurt Zeilenga <kurt@openldap.org>
Mon, 26 Jun 2000 05:29:37 +0000 (05:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 26 Jun 2000 05:29:37 +0000 (05:29 +0000)
servers/slapd/sasl.c

index 2fd29f5073609b9d6076dd78c84050470a6cf1bb..8d3769c22ac89346ef8a879a54f615b058cb500d 100644 (file)
@@ -132,7 +132,7 @@ int sasl_init( void )
                return -1;
        }
 
-#ifdef RESTRICT_SASL
+#ifndef SLAPD_IGNORE_RFC2829
        {
                sasl_security_properties_t secprops;
                memset(&secprops, '\0', sizeof(secprops));