summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/idviews.py
Commit message (Expand)AuthorAgeFilesLines
* idviews: Make sure only regular IPA objects are allowed to be overridenTomas Babej2014-09-301-1/+17
* idviews: Display the list of hosts when using --allTomas Babej2014-09-301-1/+8
* idviews: Catch errors on unsuccessful AD object lookup when resolving object ...Tomas Babej2014-09-301-8/+13
* idviews: Make sure the dict.get method is not abused for MUST attributesTomas Babej2014-09-301-4/+4
* idviews: Handle Default Trust View properly in the frameworkTomas Babej2014-09-301-0/+39
* idviews: Make description optional for the ID View objectTomas Babej2014-09-301-1/+1
* idviews: Fix casing of ID Views to be consistentTomas Babej2014-09-301-35/+35
* idviews: Add ipaOriginalUidTomas Babej2014-09-301-2/+29
* idviews: Resolve anchors to object names in idview-showTomas Babej2014-09-301-111/+128
* idviews: Raise NotFound errors if object to override could not be foundTomas Babej2014-09-301-0/+7
* idviews: Change format of IPA anchor to include domainTomas Babej2014-09-301-2/+14
* idviews: Alter idoverride methods to work with splitted objectsTomas Babej2014-09-301-40/+28
* idviews: Split the idoverride commands into iduseroverride and idgroupoverrideTomas Babej2014-09-301-10/+66
* idviews: Split the idoverride object into iduseroverride and idgroupoverrideTomas Babej2014-09-301-54/+103
* idviews: Support specifying object names instead of raw anchors onlyTomas Babej2014-09-301-0/+119
* idviews: Extend idview-show command to display assigned idoverrides and hostsTomas Babej2014-09-301-40/+129
* idviews: Add ipa idview-apply and idview-unapply commandsTomas Babej2014-09-301-3/+176
* idvies: Add managed permissions for idview and idoverride objectsTomas Babej2014-09-301-0/+23
* idviews: Create basic idview plugin structureTomas Babej2014-09-301-0/+191