summaryrefslogtreecommitdiffstats
path: root/TODO
blob: cd64e29b6ba85608d91d28c80bebcd5f26bf8ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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)

Migration
  - Add the IPAService objectclass to existing principals
  - Move existng host/ principals from cn=services to cn=computers?