LDAP user email verification
I'm running the docker-mailman setup with LDAP integrated. My users that authenticate against LDAP are still required to verify their email address however, I do not want this functionality. I was looking for guidance on possibly configuring it so my LDAP users do not have to verify their email address.
On 9/15/23 02:54, Tony Deshields wrote:
I'm running the docker-mailman setup with LDAP integrated. My users that authenticate against LDAP are still required to verify their email address however, I do not want this functionality. I was looking for guidance on possibly configuring it so my LDAP users do not have to verify their email address.
AFAIK, there isn't any existing configuration that would allow you to do this, but it really depends on how have you setup the LDAP authentication.
IMO, the auth backend used is the best place to
-- thanks, Abhilash Raj (maxking)
Abhilash Raj wrote:
I'm running the docker-mailman setup with LDAP integrated. My users that authenticate against LDAP are still required to verify their email address however, I do not want this functionality. I was looking for guidance on possibly configuring it so my LDAP users do not have to verify their email address. AFAIK, there isn't any existing configuration that would allow you to do
On 9/15/23 02:54, Tony Deshields wrote: this, but it really depends on how have you setup the LDAP authentication. IMO, the auth backend used is the best place to
Thanks for the response Abhilash. I am using openldap with django_auth_ldap backend that pulls users from LDAP and assigns permissions based on AD groups. I have configured LDAP based upon the example configuration found here: https://django-auth-ldap.readthedocs.io/en/latest/example.html.
I will take a look at the backend, as you suggested, thanks.
Tony Deshields writes:
I'm running the docker-mailman setup with LDAP integrated. My users that authenticate against LDAP are still required to verify their email address however, I do not want this functionality. I was looking for guidance on possibly configuring it so my LDAP users do not have to verify their email address.
If your lists are not exposed to the outside world, go to Settings > Member Policy and set Subscription Policy (optionally Unsubscription Policy too) to "open".
If your lists are exposed to the outside world, I can't recommend this alone. Perhaps Mark or Abhilash can help with a configuration that allows you to automatically authenticate against LDAP (without email configuration) and only LDAP. It's probably not hard, but I'm not familiar with the LDAP authentication channel.
participants (3)
-
Abhilash Raj
-
Stephen J. Turnbull
-
Tony Deshields