diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-12-09 14:17:54 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-12-09 18:02:59 +1100 |
commit | f681859eb819b441da41e2985586bfc59dff2ec5 (patch) | |
tree | 2216ee837693a4338024db2e6d1750e00c7427ae /source4/rpc_server/wscript_build | |
parent | 22d67758efd20e62d6050fd10c8b922db75747c9 (diff) | |
download | samba-f681859eb819b441da41e2985586bfc59dff2ec5.tar.gz samba-f681859eb819b441da41e2985586bfc59dff2ec5.tar.bz2 samba-f681859eb819b441da41e2985586bfc59dff2ec5.zip |
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
Diffstat (limited to 'source4/rpc_server/wscript_build')
-rw-r--r-- | source4/rpc_server/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build index 29c1723119..3aafaa566a 100644 --- a/source4/rpc_server/wscript_build +++ b/source4/rpc_server/wscript_build @@ -95,7 +95,7 @@ bld.SAMBA_MODULE('dcerpc_lsarpc', autoproto='lsa/proto.h', subsystem='dcerpc_server', init_function='dcerpc_server_lsa_init', - deps='samdb DCERPC_COMMON ndr-standard LIBCLI_AUTH NDR_DSSETUP com_err security-session' + deps='samdb DCERPC_COMMON ndr-standard LIBCLI_AUTH NDR_DSSETUP com_err security-session kdc-policy' ) |