Commit 60ab0258 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3519 Added uid in attributes retrieved for users in dialogs

Showing with 1 addition and 0 deletions
+1 -0
...@@ -21,5 +21,6 @@ ...@@ -21,5 +21,6 @@
class userGroupSelect extends simpleSelectManagement class userGroupSelect extends simpleSelectManagement
{ {
protected $objectTypes = array('user', 'group'); protected $objectTypes = array('user', 'group');
protected $autoFilterAttributes = array('dn', 'cn', 'uid', 'description');
} }
?> ?>
  • bmortier @bmortier

    mentioned in issue #1176

    By Jonathan Swaelens on 2017-09-02T15:15:53 (imported from GitLab)

    ·

    mentioned in issue #1176

    By Jonathan Swaelens on 2017-09-02T15:15:53 (imported from GitLab)

    Toggle commit list
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