freeipa/ipa-admintools
2008-07-09 16:54:19 -04:00
..
man Add documentation for -v/--verbose option 2008-07-03 15:26:27 -04:00
ipa-adddelegation Missed adding verbose to a couple of IPAClient invocations. 2008-06-11 16:29:12 -04:00
ipa-addgroup Fix attribute parsing so that you can add a DN or an attribute with a '=' character in it. Fixes #454630 2008-07-09 16:54:19 -04:00
ipa-addservice Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-adduser Fix attribute parsing so that you can add a DN or an attribute with a '=' character in it. Fixes #454630 2008-07-09 16:54:19 -04:00
ipa-admintools.spec.in Add python-configobj as a Requires and do some other specfile cleanups. 2008-05-28 14:09:08 -04:00
ipa-deldelegation Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-delgroup Be more exacting when deleting a group. 2008-07-07 10:23:38 -04:00
ipa-delservice Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-deluser Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-findgroup Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-findservice Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-finduser Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-listdelegation Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-lockuser Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-moddelegation Missed adding verbose to a couple of IPAClient invocations. 2008-06-11 16:29:12 -04:00
ipa-modgroup Fix attribute parsing so that you can add a DN or an attribute with a '=' character in it. Fixes #454630 2008-07-09 16:54:19 -04:00
ipa-moduser Fix attribute parsing so that you can add a DN or an attribute with a '=' character in it. Fixes #454630 2008-07-09 16:54:19 -04:00
ipa-passwd Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-pwpolicy Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
Makefile Second half of the redoing how the version is managed. 2008-05-07 18:26:03 -04: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.