From f681859eb819b441da41e2985586bfc59dff2ec5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Dec 2010 14:17:54 +1100 Subject: s4-lsa Implement kerberos ticket life policy We now no longer print tickets with a potentially infinite life, and we report the same life over LSA as we use in the KDC. We should get this from group policy, but for now it's parametric smb.conf options. Andrew Bartlett --- source4/kdc/samba_kdc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/kdc/samba_kdc.h') diff --git a/source4/kdc/samba_kdc.h b/source4/kdc/samba_kdc.h index 72b5cc42e4..faa4c7b7ad 100644 --- a/source4/kdc/samba_kdc.h +++ b/source4/kdc/samba_kdc.h @@ -36,6 +36,7 @@ struct samba_kdc_db_context { bool rodc; unsigned int my_krbtgt_number; struct ldb_dn *krbtgt_dn; + struct lsa_DomainInfoKerberos policy; }; struct samba_kdc_entry { -- cgit