Fixes issue #1664 - Missing support for groupOfUniqueNames / uniquemember in LDAP sync.
This commit is contained in:
parent
66988facc1
commit
8272ae2bb5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Ldap
|
||||||
#
|
#
|
||||||
# @return [String, nil] The active or found filter or nil if none could be found.
|
# @return [String, nil] The active or found filter or nil if none could be found.
|
||||||
def filter
|
def filter
|
||||||
@filter ||= lookup_filter(['(objectClass=group)', '(objectClass=posixgroup)', '(objectClass=organization)'])
|
@filter ||= lookup_filter(['(objectClass=groupOfUniqueNames)', '(objectClass=group)', '(objectClass=posixgroup)', '(objectClass=organization)'])
|
||||||
end
|
end
|
||||||
|
|
||||||
# The active uid attribute of the instance. If none give on initialization an automatic lookup is performed.
|
# The active uid attribute of the instance. If none give on initialization an automatic lookup is performed.
|
||||||
|
|
Loading…
Reference in a new issue