summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/authfas.module b/authfas.module
index 6a07c54..ed6c1aa 100644
--- a/authfas.module
+++ b/authfas.module
@@ -59,6 +59,12 @@ function authfas_admin() {
'#description' => t('The location of the FAS instance to which users can authenticate'),
'#required' => TRUE,
);
+ /**
+ * FIXME: This is where we will do some magic: Retrieve data from
+ * the MySQL table that maps rid <--> FAS_groupname, and display an
+ * editable row for each entry, along with a remove button. An add
+ * button will allow creation of new rows.
+ */
return system_settings_form($form);
}