Displaying 1 result from an estimated 1 matches for "mailman_from".
2006 May 24
1
Authentication between Instiki and Mailman Solved!
...okie which was a bit harder than I thought. I amended the
/etc/httpd/conf.d/mailman.example.com.conf config file with the following
mod_rewrite rules.
# /etc/httpd/conf.d/mailman.example.com
RewriteCond %{HTTP_COOKIE} !^.*ldap_username_2006=.*$
RewriteRule .*$
http://instiki.example.com/wiki/auth?mailman_from=http://mailman.example.com%{REQUEST_URI}
So, there was a little bit of more hacking in the "auth" view to force a
redirect back to mailman if that''s where the request originated. This
required that the auth view needed to handle the "mailman_from"
request variable bei...