1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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 commit is contained in:
Andrew Bartlett 2005-06-19 22:46:12 +00:00 committed by Gerald (Jerry) Carter
parent ba41c0806a
commit 2358e0c0e4

View File

@ -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");