summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/idviews.py
Commit message (Expand)AuthorAgeFilesLines
* idviews: Enforce objectclass check in idoverride*-delTomas Babej2015-07-231-0/+19
* idviews: Restrict anchor to name and name to anchor conversionsTomas Babej2015-07-231-4/+46
* idviews: Check for the Default Trust View only if applying the viewTomas Babej2015-07-221-6/+8
* Fix minor typosYuri Chornoivan2015-07-171-2/+2
* idviews: Fallback to AD DC LDAP only if specifically allowedTomas Babej2015-07-021-3/+24
* idviews: Do not abort the find & show commands on conversion errorsTomas Babej2015-07-021-2/+12
* idviews: Remove ID overrides for permanently removed users and groupsTomas Babej2015-07-011-0/+25
* idviews: Allow users specify the raw anchor directly as identifierTomas Babej2015-07-011-11/+31
* idviews: Set dcerpc detection flag properlyTomas Babej2015-07-011-1/+3
* idviews: Use case-insensitive detection of Default Trust ViewTomas Babej2015-02-231-6/+9
* idviews: Allow setting ssh public key on ipauseroverride-addDavid Kupka2015-01-271-0/+3
* idviews: Ignore host or hostgroup options set to NoneTomas Babej2014-12-121-0/+6
* idviews: Complain if host is already assigned the ID View in idview-applyTomas Babej2014-12-121-4/+5
* Add ipaSshPubkey and gidNumber to the ACI to read ID user overridesAlexander Bokovoy2014-10-241-0/+1
* idviews: error out if appling Default Trust View on hostsPetr Vobornik2014-10-171-0/+6
* Allow override of gecos field in ID viewsAlexander Bokovoy2014-10-131-2/+5
* Allow user overrides to specify GID of the userAlexander Bokovoy2014-10-131-1/+6
* Allow user overrides to specify SSH public keysAlexander Bokovoy2014-10-131-0/+44
* Support overridding user shell in ID viewsAlexander Bokovoy2014-10-131-2/+6
* 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