summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-14 22:59:44 -0700
committerJason Gerard DeRose <jderose@redhat.com>2009-01-14 22:59:44 -0700
commitfdda31c50bcf79ef4e4017dc8075d55b3e5df466 (patch)
treeab8b4c9e95d03114f795cef357b197a87b61f712 /TODO
parenta10144be247d109e0bcfb4d5b7812bef508ab8d6 (diff)
downloadfreeipa-fdda31c50bcf79ef4e4017dc8075d55b3e5df466.tar.gz
freeipa-fdda31c50bcf79ef4e4017dc8075d55b3e5df466.tar.xz
freeipa-fdda31c50bcf79ef4e4017dc8075d55b3e5df466.zip
Fixed a problem in the host plugin module; added not in TODO about using Param.query
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2e3dcde48..56c8c00ae 100644
--- a/TODO
+++ b/TODO
@@ -58,6 +58,9 @@ CRUD base classes:
LDAPCreate, etc. Or other options it to have an LDAPObject base class and
have the crud Method plugins rely more on their corresponding Object plugin.
+ * Update the Retrieve, Update, Delete, and Search classes so that the utilize
+ the new Param.query kwarg (to turn off validation) when cloning params.
+
Existing plugins: