summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/aci.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/plugins/aci.py')
-rw-r--r--ipaserver/plugins/aci.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/plugins/aci.py b/ipaserver/plugins/aci.py
index 01c929230..dd14d82b6 100644
--- a/ipaserver/plugins/aci.py
+++ b/ipaserver/plugins/aci.py
@@ -423,6 +423,7 @@ _prefix_option = StrEnum('aciprefix',
doc=_('Prefix used to distinguish ACI types ' \
'(permission, delegation, selfservice, none)'),
values=_valid_prefix_values,
+ flags={'no_create', 'no_update', 'no_search'},
)
@@ -505,6 +506,7 @@ class aci(Object):
doc=_('Apply ACI to your own entry (self)'),
flags=('virtual_attribute',),
),
+ _prefix_option,
)