Skip to Content.
Sympa Menu

en - Re: [sympa-users] SQL data source options for List Owners

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Gadi Vivier <address@concealed>
  • To: "Stefan Hornburg (Racke)" <address@concealed>
  • Cc: "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] SQL data source options for List Owners
  • Date: Fri, 27 Mar 2020 08:45:31 +0000


>> On 3/19/20 9:10 AM, Gadi Vivier wrote:
> > Hi All,
> > We have a working installation (from source) of Sympa 6.2.54
> > When signed in as the Listmaster, the Data Sources page shows the SQL
> > inclusion configuration options (db_host, db_user, db_passwd etc).
> > However, when logged in as a List Owner (privileged owner) the page is
> > abbreviated and doesn't show those same SQL configuration options.
> > Is there something I can add to the list's config file so those options
> > are also available to the privileged list owner?
> > If not, any tips would be great.
> > Thanks,
> > Gadi


>On Thursday, 26 March 2020 12:47, Stefan Hornburg (Racke) <address@concealed>
>wrote:
> Hello Gadi,
>
> to enable these options for privileged owners, copy edit_list.conf to one
> of the locations mentioned at
> https://sympa-community.github.io/gpldoc/man/edit_list.conf.5.html
>
> Change the following line in your copy from:
>
> include_sql_query owner,privileged_owner hidden
> to:
> include_sql_query owner hidden
>
> Regards
> Racke



Thanks very much Racke!!! That has got it working just fine.

Just to reiterate for anyone else:

Debian 10.
Sympa installation from source.

Copy:
/usr/local/share/sympa/default/edit_list.conf
to:
/usr/local/var/lib/sympa/list_data/<DOMAIN>/<LISTNAME>/


Change the following line in the copied file from:

include_sql_query owner,privileged_owner hidden
to:
include_sql_query owner hidden

systemctl restart sympa.service
systemctl restart wwsympa.service



Archive powered by MHonArc 2.6.19+.

Top of Page