freeipa/ipapython
Timo Aaltonen 358acdd85f Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
..
install Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
ipapython.egg-info Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
Makefile.am Imported Upstream version 4.8.10 2021-10-03 11:06:28 +02:00
Makefile.in Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
README Imported Upstream version 4.6.2 2021-07-25 07:32:41 +02:00
__init__.py Imported Upstream version 4.6.2 2021-07-25 07:32:41 +02:00
admintool.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
certdb.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
config.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
cookie.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
directivesetter.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
dn.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
dn_ctypes.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
dnsutil.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
dogtag.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
errors.py Imported Upstream version 4.8.10 2021-10-03 11:06:28 +02:00
graph.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
ipa_log_manager.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
ipachangeconf.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
ipaldap.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
ipautil.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
ipavalidate.py Imported Upstream version 4.6.2 2021-07-25 07:32:41 +02:00
kerberos.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
kernel_keyring.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
nsslib.py Imported Upstream version 4.8.10 2021-10-03 11:06:28 +02:00
session_storage.py Imported Upstream version 4.8.10 2021-10-03 11:06:28 +02:00
setup.cfg Imported Upstream version 4.8.10 2021-10-03 11:06:28 +02:00
setup.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
ssh.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
version.py Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00
version.py.in Imported Debian patch 4.8.10-2 2021-10-03 12:58:58 +02:00

README

This is a set of libraries common to IPA clients and servers though mostly
geared currently towards command-line tools.

A brief overview:

config.py - identify the IPA server domain and realm. It uses python-dns to
            try to detect this information first and will fall back to
            /etc/ipa/default.conf if that fails.

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