Skip to content

Commit

Permalink
Fix typos in default krb paths
Browse files Browse the repository at this point in the history
Fixes: #15
Signed-off-by: Stanislav Levin <slev@altlinux.org>
  • Loading branch information
stanislavlevin authored and jborean93 committed Oct 11, 2021
1 parent 9f4e490 commit 9233801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k5test/realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ def provider(self):
def _default_paths(self):
return [
('kdb5_util', 'kdb5_util', '/usr/sbin/kdb5_util'),
('krb5kdc', 'krb5kdc', '/usr/sbin/kdb5kdc'),
('kadmin', 'kadmin', '/usr/bin/admin'),
('krb5kdc', 'krb5kdc', '/usr/sbin/krb5kdc'),
('kadmin', 'kadmin', '/usr/bin/kadmin'),
('kadmin_local', 'kadmin.local', '/usr/sbin/kadmin.local'),
('kadmind', 'kadmind', '/usr/sbin/kadmind'),
('kprop', 'kprop', '/usr/sbin/kprop'),
Expand Down

0 comments on commit 9233801

Please sign in to comment.