freeipa/ipa-admintools
2008-04-16 14:29:17 -07: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 Fix error where password was getting set wrong if passed in on command-line. 2008-04-08 15:44:05 -04:00
ipa-admintools.spec Become version 1.0.0 2008-04-16 14:29:17 -07:00
ipa-admintools.spec.in Become version 1.0.0 2008-04-16 14:29:17 -07: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 When getting members let user indicate what type of member they want. 2008-03-27 09:54:41 -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 Move print statement to the correct scope so it displays both lock and unlock. 2008-04-15 21:27:04 -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 is_integer returns the integer, don't use an if clause, just check it, if it 2008-04-08 14:35:26 -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.