Skip to content
Snippets Groups Projects
Commit ed1f5965 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix error message

parent 246fa41c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment