Skip to Content.
Sympa Menu

en - [sympa-users] Escaping ',' in source_parameters of data_source

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Escaping ',' in source_parameters of data_source

Hi,

I am trying to set up an lda-query as a data_source. My incl file should look
like this:

include_ldap_query
attrs mail
ca_verify none
ssl_ciphers ALL
filter groupMembership=[% param.0 %]
name RBG_Garching2
host XXXXX
timeout 30
suffix ou=Campus,ou=Personen,o=physik
ssl_version sslv2
use_tls none
scope sub
select all

the parameter would be like this:

cn=rbg-gar,ou=ou-rbg,ou=Gruppen,o=physik

Unfortunately, it is trucated in the query, so that the the filter ends up
like

groupMembership=cn=rbg-gar

and returns no results. Is there a way to escape the ',' in the parameter?

Thanks

Felix



Archive powered by MHonArc 2.6.19+.

Top of Page