Searched refs:user_princ (Results 1 – 25 of 47) sorted by relevance
12
/freebsd/crypto/krb5/src/tests/ |
H A D | t_pkinit.py |
|
H A D | t_preauth.py |
|
H A D | t_keyrollover.py |
|
H A D | t_authdata.py |
|
H A D | t_proxy.py |
|
H A D | t_skew.py |
|
H A D | t_otp.py |
|
H A D | t_certauth.py |
|
H A D | t_mkey.py |
|
H A D | t_kdcoptions.py |
|
H A D | t_renew.py |
|
H A D | t_keytab.py |
|
H A D | t_y2038.py |
|
H A D | t_kadmin_parsing.py |
|
H A D | t_kdb.py |
|
H A D | t_general.py |
|
H A D | t_bogus_kdc_req.py |
|
/freebsd/crypto/krb5/src/tests/gssapi/ |
H A D | t_s4u.py |
|
H A D | t_credstore.py |
|
H A D | t_authind.py |
|
H A D | t_client_keytab.py |
|
H A D | t_gssapi.py |
|
/freebsd/crypto/krb5/src/clients/kvno/ |
H A D | t_kvno.py | 26 realm.run([kvno, realm.user_princ], expected_msg='user@KRBTEST.COM: kvno = 1') 27 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ]) 36 realm.run([kvno, '--cached-only', realm.user_princ], expected_msg='kvno = 1') 39 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ]) 43 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ]) 49 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ]) 56 realm.user_princ]) 59 check_cache(out_ccache, [realm.user_princ])
|
/freebsd/crypto/krb5/src/appl/gss-sample/ |
H A D | t_gss_sample.py | 74 realm.klist(realm.user_princ, realm.host_princ) 83 user = realm.user_princ.split('@')[0] 85 user = realm.user_princ 95 options = options + ['-user', realm.user_princ, '-pass', 'wrongpw'] 107 realm.klist(realm.user_princ, realm.host_princ) 139 realm.extract_keytab(realm.user_princ, realm.client_keytab)
|
/freebsd/crypto/krb5/src/kdc/ |
H A D | t_sockact.py | 21 realm.kinit(realm.user_princ, password('user'), env=env1) 26 realm.kinit(realm.user_princ, password('user'), env=env2) 34 realm.kinit(realm.user_princ, password('user'), env=env3, expected_code=1, 40 realm.kinit(realm.user_princ, password('user'), env=env3, expected_code=1,
|
12