From f23d78750ec0877b511687fc20dd6d3672b4c29a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 18 May 2005 20:12:54 +0000 Subject: [PATCH] ignore "schemacheck off" (with warning) --- servers/slapd/config.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/servers/slapd/config.c b/servers/slapd/config.c index cf9e90eb69..57bd4efd81 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1810,14 +1810,13 @@ read_config( const char *fname, int depth ) if ( strcasecmp( cargv[1], "off" ) == 0 ) { #ifdef NEW_LOGGING LDAP_LOG( CONFIG, CRIT, - "%s: line %d: schema checking disabled! your mileage may " + "%s: line %d: schema checking cannot be disabled, option ignored! "vary!\n", fname, lineno , 0 ); #else Debug( LDAP_DEBUG_ANY, - "%s: line %d: schema checking disabled! your mileage may vary!\n", + "%s: line %d: schema checking cannot be diabled, option ignored!\n", fname, lineno, 0 ); #endif - global_schemacheck = 0; } else { global_schemacheck = 1; } -- 2.47.2