As Daniel said: You need a single base node to start the search. (see http://www.idevelopment.info/data/LDAP/LDAP_Resources/SEARCH_Setting_the_SCOPE_Parameter.shtml )
Keep userSearchBase emtpy(!) The filtering hsa to be done with the userSearchFilter. Take a look at http://stackoverflow.com/questions/9184978/ldap-root-query-syntax-to-search-more-than-one-specific-ou Björn Am Freitag, 27. November 2015 11:15:36 UTC+1 schrieb Ramaprakash Ganesan: > > Anybody, any ideas? > I am contemplating using TeamCity if we will be unable to get through this > :( > > On 11/26/15, Rama <[email protected] <javascript:>> wrote: > > I tried keeping User search base (and also tried with User search > > filter as well) as blank, but that failed. > > I also tried with blank root DN, that also failed. :( > > > > On 11/26/15, James Nord <[email protected] <javascript:>> wrote: > >> As you have country -> users. You need to have a common root. > >> In your case that is dc=ca which given your root dn would be a blank > >> entry. > >> > >> -- > >> You received this message because you are subscribed to a topic in the > >> Google Groups "Jenkins Users" group. > >> To unsubscribe from this topic, visit > >> > https://groups.google.com/d/topic/jenkinsci-users/RP78og8cRcw/unsubscribe. > > >> To unsubscribe from this group and all its topics, send an email to > >> [email protected] <javascript:>. > >> To view this discussion on the web visit > >> > https://groups.google.com/d/msgid/jenkinsci-users/7e58c381-cda6-4d24-a311-9bd5c758abb3%40googlegroups.com. > > > >> For more options, visit https://groups.google.com/d/optout. > >> > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/735e5d34-c720-459e-a41b-2108cd66bb0c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
