diff --git a/config/attributes.json b/config/attributes.json
new file mode 100644
index 0000000000000000000000000000000000000000..68eed5d329199ef593af30aa684ec81ef29d838e
--- /dev/null
+++ b/config/attributes.json
@@ -0,0 +1,14 @@
+{
+  "uid": "About uid",
+  "schacHomeOrganization": "About schacHomeOrganization",
+  "eduPersonPrincipalName": "About eduPersonPrincipalName",
+  "cn" : "About cn",
+  "givenName" : "About givenName",
+  "sn" : "About sn",
+  "displayName" : "About displayName",
+  "mail" : "About mail",
+  "eduPersonAffiliation" : "About eduPersonAffiliation",
+  "eduPersonScopedAffiliation" : "About eduPersonScopedAffiliation",
+  "eduPersonEntitlement" : "About eduPersonEntitlement",
+  "isMemberOf" : "About isMemberOf"
+}
diff --git a/modules/customauth/templates/authenticate.tpl.php b/modules/customauth/templates/authenticate.tpl.php
index a32c0725f115b9977316d82637650f22b10a4fe7..dad7cd1e441499d754d10f383d31fb7a1ef52ba0 100644
--- a/modules/customauth/templates/authenticate.tpl.php
+++ b/modules/customauth/templates/authenticate.tpl.php
@@ -23,7 +23,7 @@
     <form method="post" action="?">
    <p><hr/><b>Choose Test Scenario</b></p>
   <div style="float:left; margin-right: 10px">
-  <select name=username size=5 style='width: 250px;'>
+  <select name=username size=10 style='width: 300px;'>
 <?php
     $first = true;
     $users = $this->data['users'];