Skip to content

Commit

Permalink
Fix typo of "kadmin.local" as "kadmin_local"
Browse files Browse the repository at this point in the history
Resolves: #7
  • Loading branch information
frozencemetery committed Nov 5, 2020
1 parent ced11fa commit f6b302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k5test/realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def _init_paths(self, **paths):
'/usr/sbin/kdb5_util', paths)
self.krb5kdc = self._discover_path('krb5kdc',
'/usr/sbin/krb5kdc', paths)
self.kadmin_local = self._discover_path('kadmin_local',
self.kadmin_local = self._discover_path('kadmin.local',
'/usr/sbin/kadmin.local',
paths)
self.kprop = self._discover_path('kprop', '/usr/sbin/kprop', paths)
Expand Down

0 comments on commit f6b302d

Please sign in to comment.