freeipa/ipa-admintools
Rob Crittenden c3fedca013 Don't define bogus realm/server in configuration file by default
Add default exception handler to avoid backtraces in cmdline tools
Enhance error message when the IPA server or realm can't be found

437565
2008-03-17 13:16:56 -04:00
..
man Allow groups to be added as a group membe 2008-02-28 11:34:34 -05:00
ipa-adddelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-addgroup Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-addservice Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-adduser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-admintools.spec Become freeipa-0.99.0 2008-02-21 16:11:42 -05:00
ipa-admintools.spec.in Become freeipa-0.99.0 2008-02-21 16:11:42 -05:00
ipa-deldelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-delgroup Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-delservice Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-deluser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-findgroup Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-findservice Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-finduser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-listdelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-lockuser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-moddelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-modgroup Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-moduser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-passwd Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-pwpolicy Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
Makefile Command-line utility to manage password policy 2008-02-25 13:11:15 -05:00
README Add a copy of the LICENSE and populate some README's 2008-01-23 10:30:18 -05:00

These tools are designed for administrators to work from a command-line,
use in scripts, etc.

The design goal is to provide 100% of capabilities that the UI has, something
which is often not true.

Developers
----------

These scripts use an XML-RPC interface to communicate with the IPA server.
Please use only this API and avoid the temptation to communicate directly
with the LDAP server. It is our philosophy to have a robust, standard
interface for doing all IPA administrative work.