freeipa/ipalib/plugins
Rob Crittenden 1df10a88cd Add support for client failover to the ipa command-line.
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
2010-08-16 10:35:27 -04:00
..
__init__.py Renamed f_misc.py plugin module to misc.py 2009-02-03 15:29:00 -05:00
aci.py Fix aci_mod command. It should handle more complex operations now. 2010-06-24 10:26:08 -04:00
automount.py Fix typo in automount doc message. 2010-03-16 17:23:06 -04:00
baseldap.py Change the behaviour of addattr/setattr parameters. 2010-08-13 16:20:41 -04:00
cert.py Require that hosts be resolvable in DNS. Use --force to ignore warnings. 2010-08-06 15:31:57 -04:00
config.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
dns.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
group.py Allow decoupling of user-private groups. 2010-08-10 16:41:47 -04:00
hbac.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
hbacsvc.py Clean up imports of hbacsvc plugin 2010-07-06 15:39:41 -04:00
hbacsvcgroup.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
host.py Require that hosts be resolvable in DNS. Use --force to ignore warnings. 2010-08-06 15:31:57 -04:00
hostgroup.py Properly show the members when an add/remove operation fails. 2010-08-06 15:34:09 -04:00
internal.py From: Pavel Zuna <pzuna@redhat.com> 2010-08-13 17:56:16 -04:00
kerberos.py Giant webui patch take 2 2009-10-13 11:28:00 -06:00
krbtpolicy.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
migration.py Handle errors raised by plugins more gracefully in mod_wsgi. 2010-07-12 09:32:33 -04:00
misc.py Have the env plugin print all attributes by default 2010-08-06 13:12:42 -04:00
netgroup.py Properly show the members when an add/remove operation fails. 2010-08-06 15:34:09 -04:00
passwd.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
ping.py Add support for client failover to the ipa command-line. 2010-08-16 10:35:27 -04:00
pwpolicy.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
rolegroup.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
service.py Require that hosts be resolvable in DNS. Use --force to ignore warnings. 2010-08-06 15:31:57 -04:00
taskgroup.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
user.py Add optional error message to pattern validator 2010-08-06 15:32:37 -04:00
virtual.py First pass at enforcing certificates be requested from same host 2009-10-21 03:22:44 -06:00
whoami.py whoami plugin. 2010-08-05 20:36:08 -04:00
xmlclient.py Sundry work getting ready to switch to new XML-RPC client/server code 2009-02-03 15:29:00 -05:00