mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
vault: Fix vault-find with criteria
https://fedorahosted.org/freeipa/ticket/5212 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
8ba1392a39
commit
29cee7a4bc
@ -802,7 +802,7 @@ class vault_find(LDAPSearch):
|
||||
raise errors.InvocationError(
|
||||
format=_('KRA service is not enabled'))
|
||||
|
||||
base_dn = self.obj.get_dn(*args, **options)
|
||||
base_dn = self.obj.get_dn(None, **options)
|
||||
|
||||
return (filter, base_dn, scope)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user