summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/idviews.py
Commit message (Expand)AuthorAgeFilesLines
* idviews: Resolve anchors to object names in idview-showTomas Babej2014-09-111-115/+132
* idviews: Do not set ipaanchoruuid from when modifyingTomas Babej2014-09-111-5/+0
* idviews: Raise NotFound errors if object to override could not be foundTomas Babej2014-09-111-0/+11
* idviews: Change format of IPA anchor to include domainTomas Babej2014-09-111-2/+14
* idviews: Alter idoverride methods to work with splitted objectsTomas Babej2014-09-111-39/+27
* idviews: Do not set idoverride objectclass dynamicallyTomas Babej2014-09-111-89/+0
* idviews: Split the idoverride commands into iduseroverride and idgroupoverrideTomas Babej2014-09-111-10/+65
* idviews: Split the idoverride object into iduseroverride and idgroupoverrideTomas Babej2014-09-111-54/+102
* idviews: Support specifying object names instead of raw anchors onlyTomas Babej2014-09-111-0/+120
* idviews: Enforce overriding of at least one attribute in idoverrideTomas Babej2014-09-041-0/+11
* idviews: Extend idview-show command to display assigned idoverrides and hostsTomas Babej2014-09-041-1/+85
* idviews: Add ipa idview-apply and idview-unapply commandsTomas Babej2014-09-041-3/+179
* idviews: Set proper objectclass for the ID override objectsTomas Babej2014-09-041-1/+88
* idvies: Add managed permissions for idview and idoverride objectsTomas Babej2014-09-041-0/+23
* idviews: Create basic idview plugin structureTomas Babej2014-09-041-0/+191