Skip to Content.
Sympa Menu

en - Re: [sympa-users] possible perl-AuthCAS or Sympa bug?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Robert Beer <address@concealed>
  • To: "address@concealed" <address@concealed>
  • Cc: Aaron Bennett <address@concealed>
  • Subject: Re: [sympa-users] possible perl-AuthCAS or Sympa bug?
  • Date: Tue, 18 Mar 2014 17:09:40 -0400


On Mar 18, 2014, at 2:39 PM, Aaron Bennett <address@concealed> wrote:

>
>
>> -----Original Message-----
>> From: Robert Beer [mailto:address@concealed]
>> Sent: Tuesday, March 18, 2014 11:26 AM
>> To: address@concealed
>> Cc: Aaron Bennett
>> Subject: Re: [sympa-users] possible perl-AuthCAS or Sympa bug?
>>
>> I would remove the colon and port specification on auth.conf on the Sympa
>> host and add:
>>
>> use_ssl 1
>> ssl_version sslv3
>> ssl_ciphers MEDIUM:HIGH
>>
>>
>
> Thanks for the response -- however, that didn't make any difference. Do
> you have CAS working in Sympa? If so, could you possibly post a sanitized
> version of your auth.conf?
>
> -Aaron


Yes, CAS and ldap are working for us. Here you go:
## Here is the default auth.conf
## It defines the authentication backends used by Sympa

cas
base_url https://login.onu.edu/cas
auth_service_name CAS
non_blocking_redirection on
ldap_host ldap-c.onu.edu,ldap-d.onu.edu
ldap_get_email_by_uid_filter (uid=[uid])
ldap_timeout 7
ldap_suffix dc=onu,dc=edu
ldap_scope sub
ldap_email_attribute mail

ldap
host ldap-c.onu.edu,ldap-d.onu.edu
timeout 20
suffix ou=people,dc=onu,dc=edu
get_dn_by_uid_filter (uid=[sender])
get_dn_by_email_filter (mail=[sender])
email_attribute mail
scope sub
# Configure credential security
use_ssl 1
ssl_version sslv3
ssl_ciphers MEDIUM:HIGH

user_table
regexp .*

--
Bob Beer <address@concealed>
Ohio Northern University, Information Technology, Ada, OH 45810





Archive powered by MHonArc 2.6.19+.

Top of Page