summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/plugins/virtual.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/virtual.py b/ipalib/plugins/virtual.py
index 414de4c00..3bbe32e53 100644
--- a/ipalib/plugins/virtual.py
+++ b/ipalib/plugins/virtual.py
@@ -62,7 +62,7 @@ class VirtualCommand(Command):
try:
if not ldap.can_write(operationdn, "objectclass"):
raise errors.ACIError(
- info=_('not allowed to perform this command'))
+ info=_('not allowed to perform operation: %s') % operation)
except errors.NotFound:
raise errors.ACIError(info=_('No such virtual command'))