[cvs] [Wiki] changed: CASAuthHowTo

Wiki Guest wikiguest at horde.org
Tue Aug 1 02:59:15 PDT 2006


guest [134.58.253.113]  Tue, 01 Aug 2006 02:59:15 -0700

Modified page: http://wiki.horde.org/CASAuthHowTo
New Revision:  2.1
Change log:  adjusted login redirect back to imp

@@ -366,9 +366,10 @@
  
  *) adjust the standard login page (recommended)
  You might want to adjust this page so it doesn't show a login box when using CAS.
  ----horde/config/conf.php----
-$conf['auth']['alternate_login'] = 'http://cas.example.be/cas/login?service=https://'.$_SERVER['SERVER_NAME'].'/hordeaai';
+//redirect back to IMP to make sure there's no frame-in-frame when sth goes wrong
+$conf['auth']['alternate_login'] = 'https://cas.example.be/cas/login?service=https://'.$_SERVER['SERVER_NAME'].'/horde/imp';
  ---------------------------------------
  
  
  


More information about the cvs mailing list