mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix error message
This commit is contained in:
parent
246fa41c96
commit
ed1f5965bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue