]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/init.c
When a validate function fails from within a tool, report the offending
[openldap] / servers / slapd / back-shell / init.c
index cb88e851f00b1e18af73d11478cad37ddf8810fe..cfb5357dd0ab17a2c51f2e7f695e5b1472755601 100644 (file)
@@ -1,7 +1,7 @@
 /* init.c - initialize shell backend */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -57,13 +57,7 @@ shell_back_initialize(
 
        bi->bi_extended = 0;
 
-       bi->bi_acl_group = 0;
-
-#ifdef HAVE_CYRUS_SASL
-       bi->bi_sasl_authorize = 0;
-       bi->bi_sasl_getsecret = 0;
-       bi->bi_sasl_putsecret = 0;
-#endif /* HAVE_CYRUS_SASL */
+       bi->bi_chk_referrals = 0;
 
        bi->bi_connection_init = 0;
        bi->bi_connection_destroy = 0;