mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Extend caacl entity
There is new checkbox in adding new caacl which can set whether the ACL applies on all CAs or not. Also there is a new table with CAs on which is current ACL applied. User can add and remove CAs from this table. Part of: https://fedorahosted.org/freeipa/ticket/5939 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
f4dd2446cd
commit
5e5df4abf0
@@ -351,12 +351,16 @@ class i18n_messages(Command):
|
||||
"indirect": _("Indirect"),
|
||||
},
|
||||
"caacl": {
|
||||
"all": _("All"),
|
||||
"any_ca": _("Any CA"),
|
||||
"any_host": _("Any Host"),
|
||||
"any_service": _("Any Service"),
|
||||
"any_profile": _("Any Profile"),
|
||||
"anyone": _("Anyone"),
|
||||
"ipaenabledflag": _("Rule status"),
|
||||
"no_ca_msg": _("If no CAs are specified, requests to the default CA are allowed."),
|
||||
"profile": _("Profiles"),
|
||||
"specified_cas": _("Specified CAs"),
|
||||
"specified_hosts": _("Specified Hosts and Groups"),
|
||||
"specified_profiles": _("Specified Profiles"),
|
||||
"specified_services": _("Specified Services and Groups"),
|
||||
|
||||
Reference in New Issue
Block a user