summaryrefslogtreecommitdiffstats
path: root/ipa.1
Commit message (Collapse)AuthorAgeFilesLines
* Add version and API versionGabe2014-06-091-2/+4
| | | | | | | | | | - Add API version to constants.py - Add version option to plugable.py - Add version to ipa manpage and fix a couple of typos https://fedorahosted.org/freeipa/ticket/4316 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Fix various typos.Yuri Chornoivan2012-09-181-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3089
* Don't set delegation flag in client, we're using S4U2Proxy nowRob Crittenden2012-02-151-0/+3
| | | | | | | | | | | | A forwardable ticket is still required but we no longer need to send the TGT to the IPA server. A new flag, --delegate, is available if the old behavior is required. Set the minimum n-v-r for mod_auth_kerb and krb5-server to pick up needed patches for S4U2Proxy to work. https://fedorahosted.org/freeipa/ticket/1098 https://fedorahosted.org/freeipa/ticket/2246
* Fix selfservice-find crashesMartin Kosek2012-01-241-2/+2
| | | | | | | | | Ignore empty options when performing an ACI search so that the find command does not crash. Update ipa(1) man page to mention this common behavior of find commands. https://fedorahosted.org/freeipa/ticket/2011 https://fedorahosted.org/freeipa/ticket/2012
* daemons: Remove ipa_kpasswdSimo Sorce2011-08-261-1/+1
| | | | | | Now that we have our own database we can properly enforce stricter constraints on how the db can be changed. Stop shipping our own kpasswd daemon and instead use the regular kadmin daemon.
* Typos in freeIPA messages and man pageYuri Chornoivan2011-05-101-4/+4
| | | | https://fedorahosted.org/freeipa/ticket/1128
* Add return value information to the ipa command man pageRob Crittenden2011-02-181-12/+18
| | | | | | The man tool I use, manedit, also excepted all dashes. Seems benign. ticket 803
* Document the --rights output formatJan Zeleny2011-02-171-1/+14
| | | | | https://fedorahosted.org/freeipa/ticket/563 https://fedorahosted.org/freeipa/ticket/588
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-6/+6
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* managed entry hostgroup netgroup support ↵Jr Aquino2010-12-131-1/+2
| | | | https://fedorahosted.org/freeipa/ticket/543
* Add SEE ALSO section to ipa man pageJan Zeleny2010-11-031-0/+6
| | | | | | All ipa-* commands except for ipa-fix-CVE-2008-3274 were added to SEE also section of ipa(1). Ticket: #329
* Remove extra --prompt-all from ipa(1) man pageJakub Hrozek2010-10-291-4/+1
| | | | http://fedorahosted.org/freeipa/ticket/328
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-0/+13
| | | | | | | | | | | | This adds a new global option to the ipa command, -f/--no-fallback. If this is included then just the server configured in /etc/ipa/default.conf is used. Otherwise that is tried first then all servers in DNS with the ldap SRV record are tried. Create a new Local() Command class for local-only commands. The help command is one of these. It shouldn't need a remote connection to execute. ticket #15
* Connect the -v cli argument to the verbose flag in xmlrpclibRob Crittenden2010-06-031-2/+5
| | | | | | If you pass two -v to the ipa command you'll get the XML-RPC data in the output. This can be handy so you know exactly what went out over the wire.
* Add ipa man page.Pavel Zuna2010-04-071-0/+160