summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipaclient/ipadiscovery.py
Commit message (Collapse)AuthorAgeFilesLines
* Better LDAP error handling in ipa-client-installRob Crittenden2009-12-011-9/+5
|
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-091-40/+40
| | | | | We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python.
* Handle exceptions more gracefully on systems with python-ldap 2.2.0Rob Crittenden2008-04-141-5/+8
| | | | 442136
* Prevent server and domain from being undefined or blank when we need themRob Crittenden2008-03-051-7/+11
| | | | | | | Improve LDAP error reporting Don't return the str() of discovery values because it can return "None" 436130
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-1/+0
| | | | | | | | | | | | | | - Removing shebangs (#!) from a bunch of python libraries - Don't use a variable name in init scripts for the lock file - Keep the init script name consistent with the binary name, so renamed ipa-kpasswd.init to ipa_kpasswd.init - Add status option to the init scripts - Move most python scripts out of /usr/share/ipa and into the python site-packages directories (ipaserver and ipaclient) - Remove unnecessary sys.path.append("/usr/share/ipa") - Fix the license string in the spec files - Rename ipa-webgui to ipa_webgui everywhere - Fix a couple of issues reported by pychecker in ipa-python
* Move dnsclient into ipa-python so that I will be able to use it in ipaconfigSimo Sorce2007-12-101-7/+7
|
* Complete autodiscovery with autoconfigurationSimo Sorce2007-08-301-6/+9
| | | | | | | The code is still not perfect and rely on a yet unreleased nss_ldap package that fix dns discovery problems within nss_ldap itself. Also the manipulation of krb5.conf need to be improved
* Add a prototype client tool to configure a client of the IPA serverSimo Sorce2007-08-161-0/+239
Right now it does only discovery (or fallback)