Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Search filter for UI

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Search filter for UI


Chronological Thread 
  • From: Earl Lewis <>
  • To: "<>" <>
  • Subject: [grouper-users] Search filter for UI
  • Date: Thu, 23 May 2013 22:08:49 +0000
  • Accept-language: en-US
  • Authentication-results: sfpop-ironport01.merit.edu; dkim=neutral (message not signed) header.i=none

We're trying to setup searching subjects within the UI (version 2.1.3) )via something other than the subject ID. We've been messing around with the search filter in sources.xml for our LDAP subject source, as shown here: 

<!-- use the firstlastfilter to allow: last, first lookup -->
<!-- what we show should presumably search both the cn and sn for the input value -->
    <search>
       <searchType>search</searchType>
         <param>
            <param-name>filter</param-name>
            <param-value>
            (&amp;(|(cn=%TERM%)(sn=%TERM%))(objectClass=person))
            </param-value>
        </param>
        <param>
            <param-name>scope</param-name>
            <param-value>SUBTREE_SCOPE</param-value>
        </param>
         <param>
            <param-name>base</param-name>
            <param-value>ou=people,dc=testad,dc=utah,dc=edu</param-value>
        </param>
    </search>

We had some luck with it at one point but we cannot replicate that again, after many many configuration edits. :( Is this the right place to be doing this? If so, anyone have any idea what we might be doing wrong? 

If this isn't enough information I will be glad to send whatever else may help.

Earl
801-581-3635 (office)
801-554-3596 (mobile)



Archive powered by MHonArc 2.6.16.

Top of Page