Index: cas.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cas/cas.module,v
retrieving revision 1.56.2.1
diff -u -r1.56.2.1 cas.module
--- cas.module	5 Jun 2009 17:07:45 -0000	1.56.2.1
+++ cas.module	16 Jul 2009 20:37:42 -0000
@@ -616,7 +616,7 @@
     '#title' => t('Initial login landing page'),
     '#default_value' => variable_get('cas_first_login_destination', ''),
     '#size' => 30,
-    '#maxlength' => 55,
+    '#maxlength' => 255,
     '#description' => t("Drupal path or URL. An example path is '<em>blog</em>' for the blog page. '&lt;front&gt;' is the front page. An example URL is '<em>http://www.example.com</em>'."),
   );
   
