mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Reverse SASL mechanism restriction #ifdef
This commit is contained in:
parent
8670bb6ba2
commit
064d6aae65
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue