Flip the default of start_kadmind in k5test.py
[krb5.git] / src / tests / t_keytab.py
index 7faf23cbf1db2cc64e2ae05bf26488676b7ce740..f56c7bba3535a095c26e92e418dc8a94c799d1f7 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 from k5test import *
 
-realm = K5Realm(start_kadmind=False)
+realm = K5Realm()
 
 # Test kinit with a keytab.
 realm.kinit(realm.host_princ, flags=['-k'])