summaryrefslogtreecommitdiffstats
path: root/ipa-python/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix existence check, default_server is an array so we need toSimo Sorce2008-05-101-2/+2
| | | | check its length to determine if it is empty
* Make sure we use the configured server in ipa.conf first, andSimo Sorce2008-04-091-28/+23
| | | | fallback to the discovered ones only if that's not available
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-171-2/+2
| | | | | | | Add default exception handler to avoid backtraces in cmdline tools Enhance error message when the IPA server or realm can't be found 437565
* Add failover to the XML-RPC clientRob Crittenden2008-02-221-7/+9
| | | | 433506
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* Make admintools discover the domain using DNS calls to find the LDAP server.Simo Sorce2007-12-111-5/+51
|
* Added config.py.Karl MacMillan2007-08-011-0/+106