So, where I work we have a CAS server we like to use.   We like to use it 
with mod_auth_cas.    So far, so good - RemoteUserMiddleware is my friend. 
  The problem here is that REMOTE_USER will not be set unless the URI is 
protected by CAS, and if the URI is protected by CAS, then the user will be 
redirected right away.    This is fine for admin URLs, but I want the CAS 
cookie to be validated/checked only on some URLs, without redirect.    So, 
REMOTE_USER should be set only if the cookie is present and valid.

Does anyone have any suggestions, either how I should change mod_auth_cas 
or my Apache directives to support this, or how I should change my use of 
RemoteUserMiddleware to allow this.

Thanks,

-Dan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f39f3b30-c418-4491-bd5d-2e4105544b9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to