selftest: Set clockskew grace time to 5 seconds
authorAndreas Schneider <asn@samba.org>
Mon, 26 Sep 2016 16:51:33 +0000 (18:51 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Sat, 29 Apr 2017 21:31:09 +0000 (23:31 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/target/Samba.pm

index 3e5a7c3aa978586bdfb45ca045eb145fdd7ac0b6..8b2e4a664b3aa2b409ae2f83d5ad9be4a5522fa5 100644 (file)
@@ -201,6 +201,10 @@ sub mk_krb5_conf($$)
  ticket_lifetime = 24h
  forwardable = 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
 
 ";