Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Group member search only using searchAttribute0

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Group member search only using searchAttribute0


Chronological Thread 
  • From: Gagné Sébastien <>
  • To: <>
  • Subject: [grouper-users] Group member search only using searchAttribute0
  • Date: Tue, 6 Nov 2012 10:28:52 -0500

Hi,

The search box in manage member seems to be only using the value stored in searchAttribute0 and ignores what is in the other fields.

 

Here is what I configured for my ldap source :

    <init-param>

      <param-name>searchAttribute0</param-name>

      <param-value>sAMAccountName</param-value>

    </init-param>

    <init-param>

      <param-name>searchAttribute1</param-name>

      <param-value>displayName</param-value>

    </init-param>

 

So when I search with a login I get proper results, but if I use the display name it returns nothing. Manually adding the displayname in searchAttribute0 will give me that result. Looking at the g:gsa source, I see that the searchAttribute0 has everything crammed into it.

 

Is this working as intended or is it a bug ? What are the uses of searchAttributes 1 to 4 then ?

 

Thanks

 

 

Sébastien Gagné,     | Analyste en informatique

514-343-6111 x33844  | Université de Montréal,

                     | Pavillon Roger-Gaudry, local X-100-11

 




Archive powered by MHonArc 2.6.16.

Top of Page