summaryrefslogtreecommitdiffstats
path: root/ipa.1
Commit message (Collapse)AuthorAgeFilesLines
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-0/+13
| | | | | | | | | | | | This adds a new global option to the ipa command, -f/--no-fallback. If this is included then just the server configured in /etc/ipa/default.conf is used. Otherwise that is tried first then all servers in DNS with the ldap SRV record are tried. Create a new Local() Command class for local-only commands. The help command is one of these. It shouldn't need a remote connection to execute. ticket #15
* Connect the -v cli argument to the verbose flag in xmlrpclibRob Crittenden2010-06-031-2/+5
| | | | | | If you pass two -v to the ipa command you'll get the XML-RPC data in the output. This can be handy so you know exactly what went out over the wire.
* Add ipa man page.Pavel Zuna2010-04-071-0/+160