Skip to Content.
Sympa Menu

en - [sympa-users] List creation scenari

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: address@concealed
  • Subject: [sympa-users] List creation scenari
  • Date: Thu, 3 Aug 2017 10:51:33 -0400

Hi

I'm looking to restrict list creation to users authenticated through SSO. My
SSO setup works great with Sympa and is configured as follow (auth.conf):

generic_sso
service_name SSO
service_id sso
email_http_header REMOTE_USER

I've written a custom scenari for the "create_list" action but I can't find
how to identify SSO users:

match([user_attributes->REMOTE_USER], /.+/) md5,smtp,smime -> do_it
true() smtp,md5,smime -> reject(reason='create_list_sso_only')

Any idea how should be defined the condition?

Thanks!

Francis



Archive powered by MHonArc 2.6.19+.

Top of Page