kdc: Provide flag to hint to KDC that this is a FAST key lookup
For Samba the fast key is not stored in the replicated DB, so this helps Samba find it in the Samba hdb module. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:

committed by
Luke Howard

parent
5ba7f270eb
commit
61f1be93e3
@@ -53,7 +53,7 @@ get_fastuser_crypto(astgs_request_t r, krb5_enctype enctype,
|
||||
goto out;
|
||||
|
||||
ret = _kdc_db_fetch(r->context, r->config, fast_princ,
|
||||
HDB_F_GET_CLIENT, NULL, NULL, &fast_user);
|
||||
HDB_F_GET_FAST_COOKIE, NULL, NULL, &fast_user);
|
||||
krb5_free_principal(r->context, fast_princ);
|
||||
if (ret)
|
||||
goto out;
|
||||
|
Reference in New Issue
Block a user