Working on issue #1179 - Added OpenLDAP Fusion Directory user filter for auto detection.
This commit is contained in:
parent
6a4e17a224
commit
b04f56faed
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class Ldap
|
|||
#
|
||||
# @return [String, nil] The active or found filter or nil if none could be found.
|
||||
def filter
|
||||
@filter ||= lookup_filter(['(&(objectClass=user)(samaccountname=*)(!(samaccountname=*$)))', '(objectClass=user)', '(objectClass=posixaccount)'])
|
||||
@filter ||= lookup_filter(['(&(objectClass=user)(samaccountname=*)(!(samaccountname=*$)))', '(objectClass=user)', '(objectClass=posixaccount)', '(objectClass=person)'])
|
||||
end
|
||||
|
||||
# The active uid attribute of the instance. If none give on initialization an automatic lookup is performed.
|
||||
|
|
Loading…
Reference in a new issue