Ejemplo n.º 1
0
 def modify_nsswitch_pam_stack(self,
                               sssd,
                               mkhomedir,
                               statestore,
                               sudo=True):
     auth_config = get_auth_tool()
     auth_config.configure(sssd, mkhomedir, statestore, sudo)
Ejemplo n.º 2
0
    def restore_pre_ipa_client_configuration(self, fstore, statestore,
                                             was_sssd_installed,
                                             was_sssd_configured):

        auth_config = get_auth_tool()
        auth_config.unconfigure(fstore, statestore, was_sssd_installed,
                                was_sssd_configured)
Ejemplo n.º 3
0
    def restore_pre_ipa_client_configuration(self, fstore, statestore,
                                             was_sssd_installed,
                                             was_sssd_configured):

        auth_config = get_auth_tool()
        auth_config.unconfigure(
            fstore, statestore, was_sssd_installed, was_sssd_configured
        )
Ejemplo n.º 4
0
 def restore_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.restore(path)
Ejemplo n.º 5
0
 def backup_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.backup(path)
Ejemplo n.º 6
0
 def restore_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.restore(path)
Ejemplo n.º 7
0
 def backup_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.backup(path)
Ejemplo n.º 8
0
 def modify_nsswitch_pam_stack(self, sssd, mkhomedir, statestore,
                               sudo=True):
     auth_config = get_auth_tool()
     auth_config.configure(sssd, mkhomedir, statestore, sudo)