Skip to Content.
Sympa Menu

en - [sympa-users] Permit LDAP only for WWW

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Richard Caldwell <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Permit LDAP only for WWW
  • Date: Wed, 08 Nov 2006 16:45:53 -0500


I would like to restrict my WWW interface to users with LDAP
authentication. I have LDAP authentication working fine, but now I'm
trying to eliminate other login options. I've tried removing the
user_table paragraph from the auth.conf file and also setting a
catch-all negative_regexp for the user_table paragraph with no affect.

When a user enters their email address in "forgot password" field they
are sent a generated password instead of being directed to the
authentication_info_url as I understand they should be.

Can anyone shed light on what I might be doing wrong here? The entries
from my auth.conf file are below. This is on sympa-5.2.3.

Thanks,

Richard


ldap
host ldap.admin.qw.franklin.edu:636
use_ssl 1
timeout 20
suffix dc=franklin,dc=edu
bind_dn cn=sympa,ou=Proxies,dc=franklin,dc=edu
bind_password xxxxxx
get_dn_by_uid_filter (uid=[sender])
get_dn_by_email_filter (mail=[sender])
email_attribute mail
scope sub
authentication_info_url
http://email.franklin.edu/ldapinfo.html
regexp .*franklin.edu

user_table
negative_regexp .*





Archive powered by MHonArc 2.6.19+.

Top of Page