blob: d88f7949b8eec06eb674e4b20c3df77f4b97cad3 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/python
from k5test import *
for realm in multipass_realms():
realm.run_as_client(['./t_spnego', realm.host_princ, realm.keytab])
success('GSSAPI test programs (SPNEGO only).')
|