[cvs] [Wiki] changed: CASAuthHowTo

Chuck Hagenbuch chuck at horde.org
Tue May 20 16:42:05 UTC 2008


chuck  Tue, 20 May 2008 12:42:05 -0400

Modified page: http://wiki.horde.org/CASAuthHowTo
New Revision:  2.13
Change log:  try to fix <code> tags

@@ -396,11 +396,15 @@
 When a IMAP server is using non-standard port the CAS auth driver keeps
 asking for ticket for service imap://name while the ticket for
 imap://name:port is needed.
 I've added in function __getIMPVars() after
+
 <code>
  $this->_imapService = $p."://".$servers[$server]['server'];
 </code>
+
 the code
+
 <code>
 if ( $servers[$server]['port'] != 143 ) $this->_imapService
.=":".$servers[$server]['port'];
 </code>
+


More information about the cvs mailing list