fix error message

This commit is contained in:
Pierangelo Masarati 2004-03-11 13:02:13 +00:00
parent 246fa41c96
commit ed1f5965bd

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;