Unverified Commit 65aefeff authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(setup) Exclude winstations from invisible user search

We cannot use objectClass for this as they may be missing, so we exclude
 uids ending with $.

issue #2895
Showing with 1 addition and 0 deletions
+1 -0
......@@ -546,6 +546,7 @@ class setupStepMigrate extends setupStep
')'.
'(!(objectClass=inetOrgPerson))'.
'(uid=*)'.
'(!(uid=*$))'.
')',
['sn','givenName','cn','uid']
);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment