diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 37dd9e9460..ccabe6dc17 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -881,7 +881,7 @@ entry_naming_check( if( desc->ad_type->sat_obsolete ) { snprintf( textbuf, textlen, - "naming attribute '%s' is collective", + "naming attribute '%s' is obsolete", ava->la_attr.bv_val ); rc = LDAP_NAMING_VIOLATION; break;