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

LDAP_DEVEL cleanup

parent cbe32f63
No related branches found
No related tags found
No related merge requests found
...@@ -958,6 +958,7 @@ distproc_initialize( void ) ...@@ -958,6 +958,7 @@ distproc_initialize( void )
return rc; return rc;
} }
#ifdef LDAP_DEVEL
rc = supported_feature_load( &slap_FEATURE_CANCHAINOPS ); rc = supported_feature_load( &slap_FEATURE_CANCHAINOPS );
if ( rc != LDAP_SUCCESS ) { if ( rc != LDAP_SUCCESS ) {
Debug( LDAP_DEBUG_ANY, "slapd-distproc: " Debug( LDAP_DEBUG_ANY, "slapd-distproc: "
...@@ -965,6 +966,7 @@ distproc_initialize( void ) ...@@ -965,6 +966,7 @@ distproc_initialize( void )
rc, 0, 0 ); rc, 0, 0 );
return rc; return rc;
} }
#endif
rc = register_supported_control( LDAP_CONTROL_X_RETURNCONTREF, rc = register_supported_control( LDAP_CONTROL_X_RETURNCONTREF,
SLAP_CTRL_GLOBAL|SLAP_CTRL_ACCESS|SLAP_CTRL_HIDE, NULL, SLAP_CTRL_GLOBAL|SLAP_CTRL_ACCESS|SLAP_CTRL_HIDE, NULL,
......
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