mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
even better wording (according to RFC2849)
This commit is contained in:
parent
12d2901162
commit
165fb447be
@ -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 New Issue
Block a user