Skip to Content.
Sympa Menu

grouper-dev - Grouper search not working

Subject: Grouper Developers Forum

List archive

Grouper search not working


Chronological Thread 
  • From: dan <>
  • To: "" <>
  • Subject: Grouper search not working
  • Date: Wed, 24 Jan 2007 14:07:31 +1100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kQYaavS/QWWAq+myoMOT8BflrNmS96WP7YjscvXN536wcUhSDPMRhgXR44Okng1hp2MnskYpFoJ8w7T8cGx+CpnxXrKC2qLVFjKRt3z9yOfsDPIzC8AP17cGm4LzU9QngcDZMRTsZE5gC4FEHTLzjuzOAkn4BhSGdhg8PkaumbM=

Hi there,

I'm using the JNDISourceAdapter to connect Grouper to our OpenLDAP users directory. There was a time when searching worked fine, but now all of a sudden it doesn't, but just for searches other than uidNumber.

That is to say, if I click "Search Subjects" in the interface, and type "joe", knowing full well there IS a user with uid=joe, I don't get anything back. If I type "1000" (joe has a uidNumber of 1000), it works.

Our search entry looks like this:

 <search>
       <searchType>search</searchType>
         <param>
            <param-name>filter</param-name>
            <param-value>
                (&amp; (|(uid=%TERM%)(uidNumber=%TERM%)(cn=*%TERM%*))(objectclass=posixAccount))
            </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=research,dc=editure,dc=com
            </param-value>
        </param>
    </search>


Help! Does anyone know what's going on? This is with Grouper 1.1.

Thanks,
Dan



Archive powered by MHonArc 2.6.16.

Top of Page