mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix typo in variable name, object_classs->object_class
This commit is contained in:
parent
79ac9c6c78
commit
b83badd73b
@ -48,7 +48,7 @@ def find_members(ldap, failed, members, attr, object_class, parent_dn=''):
|
||||
if not m: continue
|
||||
try:
|
||||
(member_dn, entry_attrs) = ldap.find_entry_by_attr(
|
||||
attr, m, object_classs, parent_dn
|
||||
attr, m, object_class, parent_dn
|
||||
)
|
||||
found.append(member_dn)
|
||||
except errors.NotFound:
|
||||
|
Loading…
Reference in New Issue
Block a user