summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-12-17 17:08:09 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-12-17 17:08:09 -0700
commite1aa5539fce070ef0b382074ebb7d1519bc6bf3f (patch)
treef8539efb80c4e0c79e6b9e7e4cc7265c717befa0 /TODO
parent67b688c7b26845dedeca378d4ba8df88e6b44c0c (diff)
downloadfreeipa-e1aa5539fce070ef0b382074ebb7d1519bc6bf3f.tar.gz
freeipa-e1aa5539fce070ef0b382074ebb7d1519bc6bf3f.tar.xz
freeipa-e1aa5539fce070ef0b382074ebb7d1519bc6bf3f.zip
Added some notes in TODO about requirements for Andrew's post-process stuff needed for CA plugin
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 23c46244..e6abd677 100644
--- a/TODO
+++ b/TODO
@@ -27,6 +27,14 @@ API chages before January 2009 simi-freeze:
* Add ability to register pre-op, post-op plugins per command.
+ * Add ability to have certain args/options only active on either client-side
+ or server-side, and also the same for things like default_from callbacks.
+
+ * Add ability to have a post-processing step that only gets called
+ client-side. It should have a signature like output_for_cli() minus the
+ textui argument. Need to decide whether we allow this method to modify
+ the return value.
+
CLI
- Prompt for password using getpass
- Passed the param dict to output_for_cli()