summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
Commit message (Expand)AuthorAgeFilesLines
* whoami goodbyeAdam Young2010-10-261-41/+0
* Add flag to group-find to only search on private groups.Pavel Zuna2010-10-201-2/+29
* Host certificate managementEndi S. Dewata2010-10-201-0/+35
* Fix problem testing for mutual exclusivity in hbac plugin.Rob Crittenden2010-10-181-8/+16
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-181-1/+13
* Improve doc string for passwordRob Crittenden2010-10-151-1/+1
* Service certificate UI.Endi S. Dewata2010-10-151-2/+39
* Fix group deletionRob Crittenden2010-10-131-3/+4
* Enforce the maximum username length from cn=ipaconfigRob Crittenden2010-10-131-0/+3
* Detect when DNS is not configured and return an error messageRob Crittenden2010-10-131-0/+34
* Add ability to import automount files from the command-line.Rob Crittenden2010-10-121-6/+271
* dns metadataAdam Young2010-10-122-5/+27
* Certificate management for services.Endi S. Dewata2010-10-121-27/+12
* Accept an incoming certificate as either DER or base64 in the service plugin.Rob Crittenden2010-10-081-11/+39
* If an HBAC category is 'all' don't allow individual objects to be added.Rob Crittenden2010-10-081-0/+44
* policy and configAdam Young2010-10-073-0/+6
* Fix inconsistent error message when deleting groups that don't exist.Pavel Zuna2010-10-061-1/+3
* Rename user-lock and user-unlock to user-enable user-disable.Pavel Zuna2010-10-061-12/+12
* Add 'continuous' mode to LDAPDelete. Fix *-del unit tests.Pavel Zuna2010-10-061-0/+9
* Generate additional positional arguments for baseldap commands from takes_args.Pavel Zuna2010-10-062-1/+11
* Added modifications to the sudorule plugin to reflect the schema update.Jr Aquino2010-10-051-17/+41
* phonenumbersAdam Young2010-10-011-0/+10
* Groups are now created as POSIX by default.Rob Crittenden2010-10-011-14/+15
* Remove reliance on the name 'admin' as a special user.Rob Crittenden2010-10-011-5/+0
* Add Delete capabilities to Search facet in the WebUI.Pavel Zuna2010-10-011-2/+6
* Add LDAPMultiQuery base class and make it the base of LDAPDelete.Pavel Zuna2010-10-011-33/+65
* Fix sizelimit/timelimit options not working in user_findRob Crittenden2010-09-301-1/+1
* Handle an empty base_dn and no cn=ipaconfig in the ldap2 backend, fix migration.Rob Crittenden2010-09-281-6/+17
* Add plugins for Sudo Commands, Command Groups and RulesJr Aquino2010-09-273-0/+493
* I18N for webAdam Young2010-09-272-6/+32
* Use the principal from the context in whoami.Rob Crittenden2010-09-241-2/+2
* Add an example for creating an HBAC service and service group.Rob Crittenden2010-09-231-0/+9
* Add command to resolve a hostname. Returns True or raises NotFound.Rob Crittenden2010-09-231-0/+36
* user-find whoamiAdam Young2010-09-151-0/+13
* Revert "user whoami"Adam Young2010-09-141-11/+0
* user whoamiAdam Young2010-09-141-0/+11
* Have certmonger track the initial Apache and 389-ds server certs.Rob Crittenden2010-09-091-2/+27
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-2718-248/+323
* Use global time and size limit values when searching.Rob Crittenden2010-08-191-12/+10
* Add support for ldap:///self bind rulesRob Crittenden2010-08-191-11/+37
* Fix Update function on details page.Pavel Zuna2010-08-171-4/+4
* Enable a host to retrieve a keytab for all its services.Rob Crittenden2010-08-161-17/+53
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-0/+42
* From: Pavel Zuna <pzuna@redhat.com>Adam Young2010-08-131-0/+65
* Change the behaviour of addattr/setattr parameters.Adam Young2010-08-131-29/+29
* Improve serialization to JSON.Pavel Zuna2010-08-121-1/+2
* Fix bug: not found exc. handler was failing for singleton objectsPavel Zuna2010-08-121-1/+4
* Add new parameters to LDAPSearch: timelimit and sizelimit.Pavel Zuna2010-08-121-2/+23
* Make LDAPObject classes JSON serializable.Pavel Zuna2010-08-121-0/+17
* Allow decoupling of user-private groups.Rob Crittenden2010-08-101-0/+59