mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
should compile even without Cyrus SASL
This commit is contained in:
parent
d1332a169e
commit
b9254b8ab4
@ -558,10 +558,12 @@ read_config( const char *fname )
|
|||||||
|
|
||||||
lutil_salt_format( cargv[1] );
|
lutil_salt_format( cargv[1] );
|
||||||
|
|
||||||
|
#ifdef HAVE_CYRUS_SASL
|
||||||
/* SASL config options */
|
/* SASL config options */
|
||||||
} else if ( strncasecmp( cargv[0], "sasl", 4 ) == 0 ) {
|
} else if ( strncasecmp( cargv[0], "sasl", 4 ) == 0 ) {
|
||||||
if ( slap_sasl_config( cargc, cargv, line, fname, lineno ) )
|
if ( slap_sasl_config( cargc, cargv, line, fname, lineno ) )
|
||||||
return 1;
|
return 1;
|
||||||
|
#endif /* HAVE_CYRUS_SASL */
|
||||||
|
|
||||||
/* set UCDATA path */
|
/* set UCDATA path */
|
||||||
} else if ( strcasecmp( cargv[0], "ucdata-path" ) == 0 ) {
|
} else if ( strcasecmp( cargv[0], "ucdata-path" ) == 0 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user