import error message fix from HEAD

This commit is contained in:
Pierangelo Masarati 2004-03-11 13:46:50 +00:00
parent faba0c3198
commit 08e7b8da9d

View File

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