diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-23 21:10:19 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-23 21:10:19 -0600 |
commit | 3be5a9143987a4a20eea53ebef16458fbf7858dd (patch) | |
tree | cef437eb6593c291a47b7728c652db3a11331ffc /TODO | |
parent | d2b46f176e5dbc40b67ebd90e6953498c5d6249a (diff) | |
download | freeipa-3be5a9143987a4a20eea53ebef16458fbf7858dd.tar.gz freeipa-3be5a9143987a4a20eea53ebef16458fbf7858dd.tar.xz freeipa-3be5a9143987a4a20eea53ebef16458fbf7858dd.zip |
Added a TODO file
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +Prompt for password using getpass. + +Add API.finalize_env() method so environment initallization is standardized. +This method should detect whether running in-tree or not and intelligently +construct the paths. + +import all Types, Param, DefaultFrom, and import base classes into +ipalib.__init__ and add an __all__ list so plugins can safely +from ipalib import * + +Setup logging + +Add in-tree default config files for distinct cli, server, and webui contexts + +Remove Env.get() have Env return None if no value exists (Env.get() allows +a bad pattern of default values being detemined by the consumer and possibly +different default values being used for the same key). + +Package for rpm (.spec file) + +Package for apt (debian/ dir) |