summaryrefslogtreecommitdiffstats
path: root/src/kdc/t_workers.py
blob: 6dd4f68051a9fe200222507f9a470f98f641e788 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python
from k5test import *

realm = K5Realm(start_kdc=False, create_host=False)
realm.start_kdc(['-w', '3'])
realm.kinit(realm.user_princ, password('user'))
realm.klist(realm.user_princ)
success('KDC worker processes')