summaryrefslogtreecommitdiffstats
path: root/ipa-python/config.py
Commit message (Collapse)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 ↵Martin Nagy2008-09-111-47/+48
| | | | command line, config and DNS. Parse options before detecting IPA configuration. Don't ignore rest of the options if one is missing in ipa.conf. Drop the --usage options, we will rely on --help. Fixes: 458869, 459070, 458980, 459234
* Under some conditions rl may not have been initialized so the config may ↵Rob Crittenden2008-06-041-0/+3
| | | | | | | | | | | | | | error out with: UnboundLocalError: "local variable 'rl' referenced before assignment" This is caught and ignored but the result is that the records in DNS may not be used at all. Initializing rl to zero fixes this. I also convert the server list into a set to make each entry unique (and back to a list because that is what we are supposed to return) 433506
* Fix the case where domain != lower(REALM)Simo Sorce2008-05-291-16/+41
| | | | | add the domain to the ipa.conf file for apps that need to know This should fix a bug in the replica setup
* 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