summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-10 11:36:35 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-10 11:36:35 -0400
commitb5eef23e026dc3891e5055e22ca6f96cf27d4880 (patch)
tree5b87278b56fa6ed96ddf068ad0cdaf788ae0d7a5 /authfas.module
parent53046f0b665f86b6f9271a73cdb1e073eb69c7db (diff)
downloaddrupal-authfas-6x-b5eef23e026dc3891e5055e22ca6f96cf27d4880.tar.gz
drupal-authfas-6x-b5eef23e026dc3891e5055e22ca6f96cf27d4880.tar.xz
drupal-authfas-6x-b5eef23e026dc3891e5055e22ca6f96cf27d4880.zip
Add FIXME detailing what needs to be done
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);
}