freeipa/ipalib
Michael Simacek aad73fad60 Port from python-krbV to python-gssapi
python-krbV library is deprecated and doesn't work with python 3. Replacing all
it's usages with python-gssapi.

- Removed Backend.krb and KRB5_CCache classes
  They were wrappers around krbV classes that cannot really work without them
- Added few utility functions for querying GSSAPI credentials
  in krb_utils module. They provide replacements for KRB5_CCache.
- Merged two kinit_keytab functions
- Changed ldap plugin connection defaults to match ipaldap
- Unified getting default realm
  Using api.env.realm instead of krbV call

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Reviewed-By: Robbie Harwood <rharwood@redhat.com>
Reviewed-By: Simo Sorce <ssorce@redhat.com>
2015-08-26 09:41:36 +02:00
..
plugins Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
__init__.py Use absolute imports 2015-08-12 18:17:23 +02:00
aci.py ACI plugin: correctly parse bind rules enclosed in parentheses 2015-07-29 16:40:32 +02:00
backend.py Use absolute imports 2015-08-12 18:17:23 +02:00
base.py Use absolute imports 2015-08-12 18:17:23 +02:00
capabilities.py dns_name_values capability added 2014-06-03 15:55:32 +02:00
certstore.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
cli.py Use absolute imports 2015-08-12 18:17:23 +02:00
config.py Use absolute imports 2015-08-12 18:17:23 +02:00
constants.py Revert "Hide topology and domainlevel features" 2015-07-10 15:26:50 +02:00
crud.py Use absolute imports 2015-08-12 18:17:23 +02:00
errors.py Use absolute imports 2015-08-12 18:17:23 +02:00
frontend.py Use absolute imports 2015-08-12 18:17:23 +02:00
krb_utils.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
messages.py DNSSEC: Detect zone shadowing with incorrect DNSSEC signatures. 2015-06-11 16:08:42 +02:00
output.py Use absolute imports 2015-08-12 18:17:23 +02:00
parameters.py Use absolute imports 2015-08-12 18:17:23 +02:00
pkcs10.py Work around python-nss bug on unrecognised OIDs 2015-08-11 15:28:28 +02:00
plugable.py Use absolute imports 2015-08-12 18:17:23 +02:00
request.py Use absolute imports 2015-08-12 18:17:23 +02:00
rpc.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
session.py Use absolute imports 2015-08-12 18:17:23 +02:00
text.py Use absolute imports 2015-08-12 18:17:23 +02:00
util.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
x509.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00