Added more of my notes to TODO

This commit is contained in:
Jason Gerard DeRose
2008-12-08 13:11:28 -07:00
parent 8a2902a2a2
commit 9862cc404b
+8
View File
@@ -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