mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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] );
|
||||
|
||||
#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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user