]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ignore "schemacheck off" (with warning)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 18 May 2005 20:12:54 +0000 (20:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 18 May 2005 20:12:54 +0000 (20:12 +0000)
servers/slapd/config.c

index cf9e90eb69581d643425bec59892330701445fa4..57bd4efd816623be0e84b876fae35fc6ffe57ef2 100644 (file)
@@ -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;
                        }