12 lines
632 B
Diff
12 lines
632 B
Diff
|
--- krb5-1.14.orig/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c 2015-11-20 21:28:42.000000000 +0100
|
||
|
+++ krb5-1.14/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c 2015-12-09 20:17:00.465765527 +0100
|
||
|
@@ -684,7 +684,7 @@
|
||
|
if (st == KRB5_KDB_NOENTRY || st == KRB5_KDB_CONSTRAINT_VIOLATION) {
|
||
|
int ost = st;
|
||
|
st = EINVAL;
|
||
|
- k5_prependmsg(context, ost, st, _("'%s' not found"),
|
||
|
+ k5_wrapmsg(context, ost, st, _("'%s' not found"),
|
||
|
xargs.containerdn);
|
||
|
}
|
||
|
goto cleanup;
|