From 0850ade3fbd6bbbf111cccdb67a1f60be717c07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agah=20=C3=96z?= Date: Fri, 17 Apr 2020 16:24:15 +0300 Subject: [PATCH] update ad_info folder --- src/base/registration/execute_sssd_ad_authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/registration/execute_sssd_ad_authentication.py b/src/base/registration/execute_sssd_ad_authentication.py index 7cdf993..a54f308 100644 --- a/src/base/registration/execute_sssd_ad_authentication.py +++ b/src/base/registration/execute_sssd_ad_authentication.py @@ -14,7 +14,7 @@ class ExecuteSSSDAdAuthentication: def authenticate(self, domain_name, host_name, ip_address, password, ad_username): try: # Create and Configure ad_info file - (result_code, p_out, p_err) = self.util.create_file("/etc/ahenk/ad_info") + (result_code, p_out, p_err) = self.util.execute("touch /etc/ahenk/ad_info") if (result_code == 0): self.logger.info("AD INFO başarılı bir şekilde oluşturuldu") # Configure ad_info for deregisteration info