Lines Matching +full:two +full:- +full:user
9 realm.run([kadminl, 'addprinc', '-randkey', 'service/1'])
10 realm.run([kadminl, 'addprinc', '-randkey', 'service/2'])
13 realm.run([kadminl, 'setstr', 'service/2', 'require_auth', 'one two'])
17 realm.kinit(realm.user_princ, password('user'),
18 ['-X', 'indicators=superstrong'])
20 if ('Attribute auth-indicators Authenticated Complete') not in out:
29 realm.kinit(realm.user_princ, password('user'), ['-X', 'indicators=one two'])
31 # Hexadecimal "one" and "two"
42 realm.kinit(realm.user_princ, password('user'))
43 realm.kinit(realm.user_princ, password('user'), ['-T', realm.ccache])
45 if ('Attribute auth-indicators Authenticated Complete') not in out: