mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 10:02:36 +03:00
if exist disabledLocalUser parameter in json
This commit is contained in:
commit
0f09fb0525
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class ExecuteSSSDAdAuthentication:
|
||||||
def authenticate(self, domain_name, host_name, ip_address, password, ad_username):
|
def authenticate(self, domain_name, host_name, ip_address, password, ad_username):
|
||||||
try:
|
try:
|
||||||
# Create and Configure ad_info file
|
# 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):
|
if (result_code == 0):
|
||||||
self.logger.info("AD INFO başarılı bir şekilde oluşturuldu")
|
self.logger.info("AD INFO başarılı bir şekilde oluşturuldu")
|
||||||
# Configure ad_info for deregisteration info
|
# Configure ad_info for deregisteration info
|
||||||
|
|
Loading…
Reference in a new issue