summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/selfservice.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-06-29 07:24:14 -0400
committerMartin Kosek <mkosek@redhat.com>2012-07-02 08:31:03 +0200
commit03f247ec863eaafa1a760d520eaed91120d522de (patch)
treecf93c7de644b7bc85b13a08a789a624f222a9325 /ipalib/plugins/selfservice.py
parent50ebd1a339f16c147153bfdb2ee78eb51e9b5d0c (diff)
downloadfreeipa-03f247ec863eaafa1a760d520eaed91120d522de.tar.gz
freeipa-03f247ec863eaafa1a760d520eaed91120d522de.tar.xz
freeipa-03f247ec863eaafa1a760d520eaed91120d522de.zip
Explicitly filter options that permission-{add,mod} passes to aci-{add,mod}
Make permission commands not pass options that the underlying ACI commands do not understand. Update tests. Remove some extraneous imports of the `copy` module. https://fedorahosted.org/freeipa/ticket/2885
Diffstat (limited to 'ipalib/plugins/selfservice.py')
-rw-r--r--ipalib/plugins/selfservice.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/plugins/selfservice.py b/ipalib/plugins/selfservice.py
index 82f2a0cc0..2b1048854 100644
--- a/ipalib/plugins/selfservice.py
+++ b/ipalib/plugins/selfservice.py
@@ -17,8 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import copy
-
from ipalib import api, _, ngettext
from ipalib import Flag, Str
from ipalib.request import context