2008-01-23 09:30:18 -06:00
|
|
|
This is a set of libraries common to IPA clients and servers though mostly
|
|
|
|
geared currently towards command-line tools.
|
|
|
|
|
|
|
|
A brief overview:
|
|
|
|
|
2012-05-11 07:38:09 -05:00
|
|
|
config.py - identify the IPA server domain and realm. It uses python-dns to
|
2008-01-23 09:30:18 -06:00
|
|
|
try to detect this information first and will fall back to
|
2009-11-25 16:16:06 -06:00
|
|
|
/etc/ipa/default.conf if that fails.
|
2008-01-23 09:30:18 -06:00
|
|
|
|
|
|
|
ipautil.py - helper functions
|
|
|
|
|
|
|
|
entity.py - entity is the main data type. User and Group extend this class
|
|
|
|
(but don't add anything currently).
|
|
|
|
|
|
|
|
ipavalidate.py - basic data validation routines
|