summaryrefslogtreecommitdiffstats
path: root/ipa-python/config.py
Commit message (Expand)AuthorAgeFilesLines
* Don't try to discover servers if we specified them on command line.Martin Nagy2008-09-171-16/+22
* Try servers from ipa.conf even if we specified them on the command line.Martin Nagy2008-09-111-3/+2
* Rework config.py and change cli tools. Maintain order of IPA servers from com...Martin Nagy2008-09-111-47/+48
* Under some conditions rl may not have been initialized so the config may erro...Rob Crittenden2008-06-041-0/+3
* Fix the case where domain != lower(REALM)Simo Sorce2008-05-291-16/+41
* Fix existence check, default_server is an array so we need toSimo Sorce2008-05-101-2/+2
* Make sure we use the configured server in ipa.conf first, andSimo Sorce2008-04-091-28/+23
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-171-2/+2
* Add failover to the XML-RPC clientRob Crittenden2008-02-221-7/+9
* 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