mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
even better wording (according to RFC2849)
This commit is contained in:
parent
12d2901162
commit
165fb447be
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ process_ldif_rec( char *rbuf, int count )
|
|||
rc = LDAP_PARAM_ERROR;
|
||||
} else {
|
||||
if ( new_entry && strcasecmp( type, T_DN_STR ) == 0 ) {
|
||||
fprintf( stderr, _("%s: attributeType \"%s\":"
|
||||
fprintf( stderr, _("%s: attributeDescription \"%s\":"
|
||||
" (possible missing newline"
|
||||
" after line %d of entry \"%s\"?)\n"),
|
||||
prog, type, linenum - 1, dn );
|
||||
|
|
|
|||
Loading…
Reference in a new issue