This commit is contained in:
parent
c36f03b3e1
commit
ad2428c176
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class HashiVault:
|
|||
if mount_point is None:
|
||||
mount_point = 'ldap'
|
||||
|
||||
self.client.auth_ldap(username, password, mount_point=mount_point)
|
||||
self.client.auth.ldap.login(username, password, mount_point=mount_point)
|
||||
|
||||
def boolean_or_cacert(self, validate_certs, cacert):
|
||||
validate_certs = boolean(validate_certs, strict=False)
|
||||
|
|
Loading…
Reference in a new issue