summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/service.py
Commit message (Expand)AuthorAgeFilesLines
* service: Normalize service principal in get_dnPetr Viktorin2014-08-211-0/+3
* Support delegating RBAC roles to service principalsPetr Viktorin2014-08-211-1/+2
* Let Host Administrators use host-disable commandMartin Kosek2014-06-301-1/+1
* Convert Service default permissions to managedPetr Viktorin2014-06-241-0/+30
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-9/+12
* Add managed read permission to servicePetr Viktorin2014-04-241-0/+15
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-1/+1
* Add permission_filter_objectclasses for explicit type filtersPetr Viktorin2014-02-201-0/+1
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-8/+7
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-3/+3
* Fix service-disable in CA-less install.Jan Cholasta2013-08-291-20/+21
* Add Kerberos ticket flags management to service and host plugins.Jan Cholasta2013-03-291-3/+86
* Mention PAC issue with NFS in service plugin docSumit Bose2013-03-081-1/+7
* Fill ipakrbprincipalalias on upgradesMartin Kosek2012-10-021-1/+6
* Only use service PAC type as an overrideMartin Kosek2012-10-031-9/+28
* Internationalization for public errorsPetr Viktorin2012-09-031-9/+15
* Use DN objects instead of stringsJohn Dennis2012-08-121-0/+7
* Add --{set,add,del}attr options to commands which are missing them.Jan Cholasta2012-08-031-1/+1
* Add per-service option to store the types of PAC it supportsRob Crittenden2012-08-011-5/+18
* Perform case-insensitive searches for principals on TGS requestsAlexander Bokovoy2012-06-071-1/+6
* Enforce sizelimit in permission-find, post_callback returns truncatedRob Crittenden2012-05-301-1/+2
* Add missing comma to list of services that cannot be disabled.Rob Crittenden2012-04-051-1/+1
* Don't allow hosts and services of IPA masters to be disabled.Rob Crittenden2012-03-191-6/+16
* Display serial number as HEX (DECIMAL) when showing certificates.Rob Crittenden2012-03-141-0/+4
* Don't allow IPA master hosts or important services be deleted.Rob Crittenden2012-02-231-0/+10
* Misleading Keytab fieldOndrej Hamada2011-11-101-0/+5
* Create pkey-only option for find commandsMartin Kosek2011-10-271-0/+2
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-39/+32
* Change the way has_keytab is determined, also check for password.Rob Crittenden2011-08-241-19/+8
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-108/+10
* Require an imported certificate's issuer to match our issuer.Rob Crittenden2011-06-161-2/+25
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-1/+1
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+1
* Updated json_metadata and i18n_messages.Endi S. Dewata2011-02-181-0/+1
* Service/Host disable command output clarificationMartin Kosek2011-02-161-3/+3
* Fixed association facets.Endi S. Dewata2011-02-151-0/+3
* Fix service validator, ensure the service isn't blank.Rob Crittenden2011-02-151-0/+4
* The --out option wasn't working at all with cert-show.Rob Crittenden2011-02-141-0/+8
* Remove certificate as service a search option.Rob Crittenden2011-02-101-0/+1
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-0/+5
* Fixed typo in ipa help serviceGowrishankar Rajaiyan2011-01-141-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add --out option to service, host and cert-show to save the cert to a file.Rob Crittenden2010-12-131-1/+55
* Provide list of available attributes for use in ACI UI.Rob Crittenden2010-12-031-0/+1
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-1/+1
* Change signature of LDAPSearch.pre_callback.Pavel Zuna2010-11-231-3/+4
* Revoke a host's certificate (if any) when it is deleted or disabled.Rob Crittenden2010-11-191-41/+89