mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
import error message fix from HEAD
This commit is contained in:
parent
faba0c3198
commit
08e7b8da9d
@ -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 New Issue
Block a user