diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-12-08 13:11:28 -0700 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-12-08 13:11:28 -0700 |
commit | 9862cc404bcfe494d57310fe2efb027ad4e4cb4f (patch) | |
tree | 03eade432c1164de59dfbb507af9c1ee8903d004 /TODO | |
parent | 8a2902a2a240108e16561679e01f52b362097b3a (diff) | |
download | freeipa-9862cc404bcfe494d57310fe2efb027ad4e4cb4f.tar.gz freeipa-9862cc404bcfe494d57310fe2efb027ad4e4cb4f.tar.xz freeipa-9862cc404bcfe494d57310fe2efb027ad4e4cb4f.zip |
Added more of my notes to TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -15,6 +15,14 @@ API chages before January 2009 simi-freeze: uses_backend attribute is sets the Command.backend attribute like this: self.backend = self.Backend[self.uses_backend] + * Finish methods on Plugin base class for calling external commands via + subprocess. + + * Probably renamed ipa_server package to ipaserver. + + * Add special logging methods to Plugin baseclass for authorization events + (escalation, de-escalation, and denial). + CLI - Prompt for password using getpass |