Skip to Content.
Sympa Menu

en - Re: [sympa-users] LDAP members inclusion not working on sympa 6.2.9

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Sivert Hatteberg <address@concealed>
  • To: Steve Shipway <address@concealed>, "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] LDAP members inclusion not working on sympa 6.2.9
  • Date: Mon, 23 Nov 2015 08:20:41 +0100



On 11/19/2015 10:29 PM, Steve Shipway wrote:
>> How do one set the "ca_verify" for a member include?
>> Maybe I am missing something obvious but I cant find where to configure it.
>> Its not a valid keyword in sympa.conf or in the list config file.
>
> Here's a quick patch to the Sympa/ListDef.pm file to make this work. All
> the
> other code to handle ca_verify is already present in the system; it just
> need
> to be told this is a valid option for a list. I just put this in place and
> it
> works for me (but YMMV)
>
> In Sympa/ListDef.pm near line 1116, add the ca_verify lines after the
> nosync_time_ranges definition *There are 4 place in the file to do the same
> thing* :
>
> 'nosync_time_ranges' => {
> 'order' => 10,
> 'gettext_id' => "Time ranges when inclusion is not allowed",
> 'format' => Sympa::Regexps::time_ranges(),
> 'occurrence' => '0-1'
> },
> 'ca_verify' => {
> 'order' => 11,
> 'gettext_id' => "Certificate verification",
> 'format' => ['none','optional','require'],
> 'default' => 'require',
> 'occurrence' => '0-1'
> },
> },
>
> Don't forget to change all 4 places. Then, restart your web server and
> your
> Sympa processes, and it should work...
>

That fixed it! Thank you! :)

--
Sivert Kronen Hatteberg
UiO

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.19+.

Top of Page