mirror of
https://github.com/samba-team/samba.git
synced 2025-10-31 12:23:52 +03:00
libnet keytab: add flag clean_old_entries to libnet_keytab_context.
Michael
(This used to be commit f40eb8cc20)
This commit is contained in:
@@ -96,6 +96,7 @@ krb5_error_code libnet_keytab_init(TALLOC_CTX *mem_ctx,
|
||||
r->context = context;
|
||||
r->keytab = keytab;
|
||||
r->keytab_name = keytab_string;
|
||||
r->clean_old_entries = false;
|
||||
|
||||
*ctx = r;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user