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;
}