mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 15:52:54 -05:00
remove cruft
This commit is contained in:
parent
160bf00975
commit
6b80b349fa
1 changed files with 1 additions and 4 deletions
|
|
@ -172,7 +172,6 @@ int slap_sasl_init( void )
|
||||||
{
|
{
|
||||||
#ifdef HAVE_CYRUS_SASL
|
#ifdef HAVE_CYRUS_SASL
|
||||||
int rc;
|
int rc;
|
||||||
sasl_conn_t *server = NULL;
|
|
||||||
static sasl_callback_t server_callbacks[] = {
|
static sasl_callback_t server_callbacks[] = {
|
||||||
{ SASL_CB_LOG, &slap_sasl_log, NULL },
|
{ SASL_CB_LOG, &slap_sasl_log, NULL },
|
||||||
{ SASL_CB_LIST_END, NULL, NULL }
|
{ SASL_CB_LIST_END, NULL, NULL }
|
||||||
|
|
@ -208,10 +207,8 @@ int slap_sasl_init( void )
|
||||||
sasl_secprops.max_ssf = INT_MAX;
|
sasl_secprops.max_ssf = INT_MAX;
|
||||||
sasl_secprops.maxbufsize = 65536;
|
sasl_secprops.maxbufsize = 65536;
|
||||||
sasl_secprops.security_flags = SASL_SEC_NOPLAINTEXT|SASL_SEC_NOANONYMOUS;
|
sasl_secprops.security_flags = SASL_SEC_NOPLAINTEXT|SASL_SEC_NOANONYMOUS;
|
||||||
|
|
||||||
sasl_dispose( &server );
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue