Update ldap validation test to match expected behavior
This commit is contained in:
parent
1add992525
commit
ba4b10b386
2 changed files with 10 additions and 13 deletions
|
@ -13,8 +13,6 @@ class LDAPValidator(BaseValidator):
|
|||
def validate(cls, validator_context):
|
||||
""" Validates the LDAP connection. """
|
||||
config = validator_context.config
|
||||
user = validator_context.user
|
||||
user_password = validator_context.user_password
|
||||
config_provider = validator_context.config_provider
|
||||
init_scripts_location = validator_context.init_scripts_location
|
||||
|
||||
|
|
Reference in a new issue