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

selftest: Set clockskew grace time to 5 seconds

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andreas Schneider 2016-09-26 18:51:33 +02:00 committed by Andreas Schneider
parent c85f9b24ce
commit ac5427c6eb

View File

@ -201,6 +201,10 @@ sub mk_krb5_conf($$)
ticket_lifetime = 24h ticket_lifetime = 24h
forwardable = yes forwardable = yes
allow_weak_crypto = yes allow_weak_crypto = yes
# Set the grace clocskew to 5 seconds
# This is especially required by samba3.raw.session krb5 and
# reauth tests
clockskew = 5
"; ";