freeipa/ipa-admintools
2008-06-11 16:29:12 -04:00
..
man Fix some minor man page issues. 2008-06-04 12:50:13 -04:00
ipa-adddelegation Missed adding verbose to a couple of IPAClient invocations. 2008-06-11 16:29:12 -04:00
ipa-addgroup Add two now options, --addattr and --setattr, to allow arbitrary attributes to be added and set when a new user or group is created. 2008-05-30 11:22:56 -04:00
ipa-addservice Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-adduser Add two now options, --addattr and --setattr, to allow arbitrary attributes to be added and set when a new user or group is created. 2008-05-30 11:22:56 -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 Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -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 Missed adding verbose to a couple of IPAClient invocations. 2008-06-11 16:29:12 -04:00
ipa-moduser Missed adding verbose to a couple of IPAClient invocations. 2008-06-11 16:29:12 -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.