diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-04-26 04:33:48 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-04-26 04:33:48 +0000 |
| commit | d85fbcebd2d4880972e8565a3d5aba492ef59431 (patch) | |
| tree | 2eea96479aea9dcc09d1545caa8f6a046a26d56f /src/lib/krb5/ccache | |
| parent | 60ccf0f7dc305b89179df2454b95a021fbcb09cb (diff) | |
Flip the default of start_kadmind in k5test.py
Very few Python tests need kadmind, so it makes more sense to have to
turn it on than to have to turn it off.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25825 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache')
| -rw-r--r-- | src/lib/krb5/ccache/t_cccol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/t_cccol.py b/src/lib/krb5/ccache/t_cccol.py index 4399ce79c..4c4d239d4 100644 --- a/src/lib/krb5/ccache/t_cccol.py +++ b/src/lib/krb5/ccache/t_cccol.py @@ -1,7 +1,7 @@ #!/usr/bin/python from k5test import * -realm = K5Realm(create_host=False, start_kadmind=False) +realm = K5Realm(create_host=False) realm.addprinc('alice', password('alice')) realm.addprinc('bob', password('bob')) |
