summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-03-16 17:40:17 -0400
committerRob Crittenden <rcritten@redhat.com>2009-03-16 21:38:31 -0400
commitcfc790093b9cd5247f276165b9e9d1ebc7052eff (patch)
tree1f20c3bb82b1e48a7c1a8c296c3453ab7c217f6f /TODO
parent13ff27e9ecd06cf893abf12f40051e54639be47d (diff)
downloadfreeipa-cfc790093b9cd5247f276165b9e9d1ebc7052eff.tar.gz
freeipa-cfc790093b9cd5247f276165b9e9d1ebc7052eff.tar.xz
freeipa-cfc790093b9cd5247f276165b9e9d1ebc7052eff.zip
Remember to add file as an option for certificate requests
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 56c8c00ae..1e5d8dc0f 100644
--- a/TODO
+++ b/TODO
@@ -81,6 +81,9 @@ Command Line interface:
multivalue and have a flag that tells the CLI whether a multivalue should
be parsed as comma-separated.
+ * Add a file option so an argument may be read from a file. This is needed
+ for cert-request to pass along the CSR.
+
Improve ease of plugin writting
- make "from ipalib import *" import everything a plugin writter will need