mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use Sudo rather than SUDO as a label.
ticket 1005
This commit is contained in:
@@ -250,7 +250,7 @@ class DsInstance(service.Service):
|
||||
self.step("adding replication acis", self.__add_replication_acis)
|
||||
self.step("configuring user private groups", self.__user_private_groups)
|
||||
self.step("configuring netgroups from hostgroups", self.__host_nis_groups)
|
||||
self.step("creating default SUDO bind user", self.__add_sudo_binduser)
|
||||
self.step("creating default Sudo bind user", self.__add_sudo_binduser)
|
||||
if hbac_allow:
|
||||
self.step("creating default HBAC rule allow_all", self.add_hbac)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user