Fix two failing tests due to missing krb ticket flags

This commit is contained in:
Rob Crittenden
2013-04-05 16:29:20 -04:00
parent e64db8cbc2
commit a8341965c0

View File

@@ -187,6 +187,8 @@ class test_host(Declarative):
ipauniqueid=[fuzzy_uuid],
has_keytab=False,
has_password=False,
ipakrbokasdelegate=False,
ipakrbrequirespreauth=True,
),
),
),
@@ -241,6 +243,8 @@ class test_host(Declarative):
managing_host=[u'%s' % fqdn1],
has_keytab=False,
has_password=False,
ipakrbokasdelegate=False,
ipakrbrequirespreauth=True,
),
],
),