Cookbook /
AuthCAS-Users
If you use or used the AuthCAS recipe, you can add yourself in the list below. These statistics may help newcomers to select recipes for their wikis. Both (+) positive and (-) negative short comments are welcome. For longer comments or questions please use the AuthCAS-Talk page.
Users
You can edit this page and add your name.
- (+/-) Your comment here. Your name or profile link here.
- (+) Hi, I've installed this recipe and am wondering if I've done something wrong. Once enabled, nobody can even visit the wiki without being directed to the cas-server for login. I was hoping for standard authuser-like behavior: authentication is only required when attempting an action that has been restricted (edit/read/upload) mts?
- (+) mts?, I originally designed this recipe to secure even the read option. I would have to visit it again to see how to make it only use it when restricted access is needed. Greg
- (+) Lisa, 2016/04/04: By default, this module requires CAS Login for everything. As a quick hack to require CAS login for only editing and SiteAdmin pages I did this in my local/config.php:
if ($action=='edit' || preg_match('/SiteAdmin.*/', $_GET['n']) == 1) include_once("$FarmD
/cookbook/CasAuth.php");
Thanks!