summaryrefslogtreecommitdiffstats
path: root/src/tests/t_skew.py
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-04-26 04:33:48 +0000
committerGreg Hudson <ghudson@mit.edu>2012-04-26 04:33:48 +0000
commitd85fbcebd2d4880972e8565a3d5aba492ef59431 (patch)
tree2eea96479aea9dcc09d1545caa8f6a046a26d56f /src/tests/t_skew.py
parent60ccf0f7dc305b89179df2454b95a021fbcb09cb (diff)
downloadkrb5-d85fbcebd2d4880972e8565a3d5aba492ef59431.tar.gz
krb5-d85fbcebd2d4880972e8565a3d5aba492ef59431.tar.xz
krb5-d85fbcebd2d4880972e8565a3d5aba492ef59431.zip
Flip the default of start_kadmind in k5test.py
Very few Python tests need kadmind, so it makes more sense to have to turn it on than to have to turn it off. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25825 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/t_skew.py')
-rw-r--r--src/tests/t_skew.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/t_skew.py b/src/tests/t_skew.py
index f831035ac7..668e553a15 100644
--- a/src/tests/t_skew.py
+++ b/src/tests/t_skew.py
@@ -2,7 +2,7 @@
from k5test import *
# Create a realm with the KDC one hour in the past.
-realm = K5Realm(start_kadmind=False, start_kdc=False)
+realm = K5Realm(start_kdc=False)
realm.start_kdc(['-T', '-3600'])
# kinit (no preauth) should work, and should set a clock skew allowing
@@ -25,7 +25,7 @@ realm.stop()
# Repeat the above tests with kdc_timesync disabled.
conf = {'all': {'libdefaults': {'kdc_timesync': '0'}}}
-realm = K5Realm(start_kadmind=False, start_kdc=False, krb5_conf=conf)
+realm = K5Realm(start_kdc=False, krb5_conf=conf)
realm.start_kdc(['-T', '-3600'])
# kinit (no preauth) should work, but kvno should not. kinit with