freeipa/ipaserver/install/server
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
..
__init__.py install: Migrate ipa-replica-install to the install framework 2015-06-10 07:29:58 +00:00
install.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
replicainstall.py install: Fix replica install with custom certificates 2015-08-18 16:24:19 +02:00
upgrade.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00