Policies name has been changed

Policies name has been changed
This commit is contained in:
hasankara 2020-06-11 14:38:12 +03:00 committed by GitHub
parent fe664fa8bf
commit ed4dad6139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ class ExecuteSSSDAuthentication:
def authenticate(self, server_address, dn, admin_dn, admin_password):
try:
ldap_pwdlockout_dn = "ou=Policies" + "," + dn
ldap_pwdlockout_dn = "ou=PasswordPolicies" + "," + dn
# pattern for clearing file data from spaces, tabs and newlines
pattern = re.compile(r'\s+')