Home
last modified time | relevance | path

Searched refs:user_princ (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/crypto/krb5/src/tests/
H A Dt_pkinit.py
H A Dt_preauth.py
H A Dt_keyrollover.py
H A Dt_authdata.py
H A Dt_proxy.py
H A Dt_skew.py
H A Dt_otp.py
H A Dt_certauth.py
H A Dt_mkey.py
H A Dt_kdcoptions.py
H A Dt_renew.py
H A Dt_keytab.py
H A Dt_y2038.py
H A Dt_kadmin_parsing.py
H A Dt_kdb.py
H A Dt_general.py
H A Dt_bogus_kdc_req.py
/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_s4u.py
H A Dt_credstore.py
H A Dt_authind.py
H A Dt_client_keytab.py
H A Dt_gssapi.py
/freebsd/crypto/krb5/src/clients/kvno/
H A Dt_kvno.py26 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 Dt_gss_sample.py74 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 Dt_sockact.py21 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