From: Pierangelo Masarati Date: Thu, 11 Mar 2004 13:02:13 +0000 (+0000) Subject: fix error message X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~310 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed1f5965bd80e1f9220ff7bdba0bd480f5123f15;p=openldap fix error message --- 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;