Skip to content
Snippets Groups Projects
Commit 064d6aae authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Reverse SASL mechanism restriction #ifdef

parent 8670bb6b
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment