Skip to content
Snippets Groups Projects
Commit b9254b8a authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

should compile even without Cyrus SASL

parent d1332a16
No related branches found
No related tags found
No related merge requests found
......@@ -558,10 +558,12 @@ read_config( const char *fname )
lutil_salt_format( cargv[1] );
#ifdef HAVE_CYRUS_SASL
/* SASL config options */
} else if ( strncasecmp( cargv[0], "sasl", 4 ) == 0 ) {
if ( slap_sasl_config( cargc, cargv, line, fname, lineno ) )
return 1;
#endif /* HAVE_CYRUS_SASL */
/* set UCDATA path */
} else if ( strcasecmp( cargv[0], "ucdata-path" ) == 0 ) {
......
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