summaryrefslogtreecommitdiff
path: root/source4/kdc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-19 22:46:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:33 -0500
commitf3661e2062e6d9757805e01c24c386c571fef02b (patch)
tree35d0dc7ee27159288d6aba28747700571ed89537 /source4/kdc
parent1b69bc899681fe96a5a368cbe3ead4527dbb69c5 (diff)
downloadsamba-f3661e2062e6d9757805e01c24c386c571fef02b.tar.gz
samba-f3661e2062e6d9757805e01c24c386c571fef02b.tar.bz2
samba-f3661e2062e6d9757805e01c24c386c571fef02b.zip
r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting that
I missed one spot in moving from hdb_ent_type to the internal-to-hdb-ldb hdb_ldb_ent_type, which results in a Kerberos: Server has invalid flag set -- krbtgt/....@.... on kinit. Andrew Bartlett (This used to be commit 2358e0c0e4f2a3db78a8db360abc296f98bcb549)
Diffstat (limited to 'source4/kdc')
-rw-r--r--source4/kdc/hdb-ldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/hdb-ldb.c b/source4/kdc/hdb-ldb.c
index ee5bed2682..149ebeedca 100644
--- a/source4/kdc/hdb-ldb.c
+++ b/source4/kdc/hdb-ldb.c
@@ -820,7 +820,7 @@ static krb5_error_code LDB_fetch(krb5_context context, HDB *db, unsigned flags,
}
if (ret == 0) {
ret = LDB_message2entry(context, db, mem_ctx,
- principal, ent_type,
+ principal, ldb_ent_type,
realm_msg[0], msg[0], entry);
if (ret != 0) {
krb5_warnx(context, "LDB_fetch: message2entry failed\n");