grouper-users - RE: [grouper-users] Search filter for UI
Subject: Grouper Users - Open Discussion List
List archive
- From: Gagné Sébastien <>
- To: "Earl Lewis" <>, <>
- Subject: RE: [grouper-users] Search filter for UI
- Date: Fri, 24 May 2013 08:27:59 -0400
- Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none
Do you want to search cn and sn with wildcards ? e.g. (&(|(cn=*%TERM%*)(sn=*%TERM%*))(objectClass=person)) Otherwise it does look Ok, for reference, here is what we’re using (I do have some spaces between terms, but I don’t think it changes anything) : <searchType>search</searchType> <param> <param-name>filter</param-name> <param-value> (& (|(displayName=*%TERM%*) (sAMAccountName=*%TERM%*)) (&(objectclass=user)(!(objectclass=computer)))) </param-value> De : [mailto:] De la part de Earl Lewis 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> (&(|(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. |
- [grouper-users] Search filter for UI, Earl Lewis, 05/23/2013
- <Possible follow-up(s)>
- RE: [grouper-users] Search filter for UI, Gagné Sébastien, 05/24/2013
- Re: [grouper-users] Search filter for UI, Earl Lewis, 05/24/2013
Archive powered by MHonArc 2.6.16.