-
|
PLA has a search bar in the top left corner. No matter what I type into it, when I hit enter or press the search button, nothing happens. What is this search bar supposed to do? Would be nice to find LDAP entries by their attributes with it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The search bar is a basic attribute search, using the format You can start typing attribute, eg: On the demo site, you can type "uid", select "uid" and then continue to type "bar" and you should be offered two entries. Selecting the entry should take you to it. If you know what you are looking for, you can type the whole sequence of "=" and it result in an LDAP search of |
Beta Was this translation helpful? Give feedback.
The search bar is a basic attribute search, using the format
<attribute>=<value>.You can start typing attribute, eg:
uidand it will present a list of attributes with "uid" in its name. When you select one, the search will be reset with the attribute you selected and appended=. Then when you keep typing, it will search for an entry with that value.On the demo site, you can type "uid", select "uid" and then continue to type "bar" and you should be offered two entries. Selecting the entry should take you to it.
If you know what you are looking for, you can type the whole sequence of "=" and it result in an LDAP search of
attribute=*value*.