e9af2abc6d
update to 1.14, successfully tested on Tumbleweed x86_64 1. purely as client for MS AD and 2. as KDC with LDAP backend OBS-URL: https://build.opensuse.org/request/show/352796 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=154
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;
|