Home
last modified time | relevance | path

Searched refs:kldaputil (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/tests/
H A Dt_kdb.py142 def kldaputil(args, **kw): function
149 kldaputil(['destroy', '-f'])
184 kldaputil(['create', '-s', '-P', 'master', '-subtrees', 'cn=t2,cn=krb5',
189 kldaputil(['modify', '-subtrees',
194 out = kldaputil(['list'])
245 kldaputil(['create_policy', '-maxtktlife', '3hour', '-maxrenewlife', '6hour',
247 kldaputil(['modify_policy', '-maxtktlife', '4hour', '-maxrenewlife', '8hour',
249 out = kldaputil(['view_policy', 'tktpol'])
256 out = kldaputil(['list_policy'])
269 kldaputil(['destroy_policy', '-force', 'tktpol'], expected_code=1)
[all …]