Lines Matching +full:no +full:- +full:output
19 # M.I.T. makes no representations about the suitability of
25 # Create two independent realms (no cross-realm TGTs). For the
41 # principal will have the host-based type, with the referral realm
42 # (since k5test realms have no domain-realm mapping by default).
56 # Verify that we can't get initiator creds with no credentials in the
58 r1.run(['./t_ccselect', host1, '-'], expected_code=1,
59 expected_msg='No Kerberos credentials available')
97 output = r1.run(['./t_ccselect', host1, 'p:' + alice]) variable
98 if output != (alice + '\n'):
100 output = r2.run(['./t_ccselect', host2, 'p:' + zaphod]) variable
101 if output != (zaphod + '\n'):
105 output = r1.run(['./t_ccselect', host1]) variable
106 if output != (alice + '\n'):
108 output = r1.run(['./t_ccselect', host1, '-']) variable
109 if output != (alice + '\n'):
111 output = r2.run(['./t_ccselect', host2]) variable
112 if output != (zaphod + '\n'):
114 output = r2.run(['./t_ccselect', host2, '-']) variable
115 if output != (zaphod + '\n'):
119 output = r2.run(['./t_ccselect', refserver]) variable
120 if output != (zaphod + '\n'):
124 output = r1.run(['./t_ccselect', gssserver]) variable
125 if output != (alice + '\n'):
127 output = r2.run(['./t_ccselect', gssserver2]) variable
128 if output != (zaphod + '\n'):
131 output = r1.run(['./t_ccselect', gsslocal]) variable
132 if output != (alice + '\n'):
134 output = r2.run(['./t_ccselect', gsslocal]) variable
135 if output != (zaphod + '\n'):
152 output = r1.run(['./t_ccselect', host1]) variable
153 if output != (alice + '\n'):
155 output = r2.run(['./t_ccselect', gsslocal]) variable
156 if output != (zaphod + '\n'):
158 output = r1.run(['./t_ccselect', refserver]) variable
159 if output != (bob + '\n'):
160 fail('bob not chosen via primary cache when no .k5identity line matches.')