Exemple #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)
Exemple #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)
Exemple #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
        )
Exemple #4
0
 def restore_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.restore(path)
Exemple #5
0
 def backup_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.backup(path)
Exemple #6
0
 def restore_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.restore(path)
Exemple #7
0
 def backup_auth_configuration(self, path):
     auth_config = get_auth_tool()
     auth_config.backup(path)
Exemple #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)