freeipa/ipa-admintools
2008-02-04 15:15:52 -05:00
..
man Set the license uniformly to GPLv2 only. 2008-02-04 15:15:52 -05:00
ipa-adddelegation Add option to list common attributes for use with --setattr,--addattr,--delattr 2008-01-31 11:24:52 -05:00
ipa-addgroup Use proper string validation routine. 2008-01-31 10:59:38 -05:00
ipa-addservice Big changeset that includes the work around keytab management. 2007-12-21 11:37:19 -05:00
ipa-adduser Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-admintools.spec Marked with wrong license. IPA is GPLv2. 2008-01-31 16:49:01 -05:00
ipa-admintools.spec.in Marked with wrong license. IPA is GPLv2. 2008-01-31 16:49:01 -05:00
ipa-deldelegation Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-delgroup Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-delservice Find and delete service principals from the command-line. 2008-01-11 12:52:41 -05:00
ipa-deluser Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-findgroup Add --usage as a command-line option. 2008-02-01 22:22:34 -05:00
ipa-findservice Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-finduser Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-listdelegation Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-lockuser Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
ipa-moddelegation Add option to list common attributes for use with --setattr,--addattr,--delattr 2008-01-31 11:24:52 -05:00
ipa-modgroup Add option to list common attributes for use with --setattr,--addattr,--delattr 2008-01-31 11:24:52 -05:00
ipa-moduser Add option to list common attributes for use with --setattr,--addattr,--delattr 2008-01-31 11:24:52 -05:00
ipa-passwd Handle the --usage option by actually displaying the usage 2008-01-31 10:52:05 -05:00
Makefile Use consistent naming for tools. 2008-01-25 11:23:12 -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.