mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Terminology improvements: use block list
Some places have to use the old name because it's part of the stable API or stable LDAP attributes. See: https://tools.ietf.org/id/draft-knodel-terminology-01.html Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
3ce816ba77
commit
3ec1b77f6a
@@ -156,8 +156,8 @@ return {
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'blacklists',
|
||||
label: '@i18n:objects.trust.blacklists',
|
||||
name: 'blocklists',
|
||||
label: '@i18n:objects.trust.blocklists',
|
||||
fields: [
|
||||
{
|
||||
$type: 'multivalued',
|
||||
|
||||
@@ -682,7 +682,7 @@
|
||||
"trust": {
|
||||
"account": "Account",
|
||||
"admin_account": "Administrative account",
|
||||
"blacklists": "SID blacklists",
|
||||
"blocklists": "SID blocklists",
|
||||
"details": "Trust Settings",
|
||||
"domain": "Domain",
|
||||
"establish_using": "Establish using",
|
||||
|
||||
@@ -63113,11 +63113,11 @@
|
||||
"flags" : [
|
||||
"no_create"
|
||||
],
|
||||
"doc" : "SID blacklist incoming",
|
||||
"doc" : "SID blocklist incoming",
|
||||
"deprecated" : false,
|
||||
"alwaysask" : false,
|
||||
"confirm" : true,
|
||||
"label" : "SID blacklist incoming",
|
||||
"label" : "SID blocklist incoming",
|
||||
"cli_name" : "sid_blacklist_incoming",
|
||||
"attribute" : true,
|
||||
"name" : "ipantsidblacklistincoming",
|
||||
@@ -63134,10 +63134,10 @@
|
||||
},
|
||||
{
|
||||
"attribute" : true,
|
||||
"label" : "SID blacklist outgoing",
|
||||
"label" : "SID blocklist outgoing",
|
||||
"confirm" : true,
|
||||
"cli_name" : "sid_blacklist_outgoing",
|
||||
"doc" : "SID blacklist outgoing",
|
||||
"doc" : "SID blocklist outgoing",
|
||||
"deprecated" : false,
|
||||
"alwaysask" : false,
|
||||
"query" : true,
|
||||
@@ -91347,10 +91347,10 @@
|
||||
"noextrawhitespace" : true,
|
||||
"attribute" : true,
|
||||
"confirm" : true,
|
||||
"label" : "SID blacklist incoming",
|
||||
"label" : "SID blocklist incoming",
|
||||
"cli_name" : "sid_blacklist_incoming",
|
||||
"deprecated" : false,
|
||||
"doc" : "SID blacklist incoming",
|
||||
"doc" : "SID blocklist incoming",
|
||||
"alwaysask" : false,
|
||||
"sortorder" : 2,
|
||||
"query" : false,
|
||||
@@ -91362,9 +91362,9 @@
|
||||
"attribute" : true,
|
||||
"cli_name" : "sid_blacklist_outgoing",
|
||||
"confirm" : true,
|
||||
"label" : "SID blacklist outgoing",
|
||||
"label" : "SID blocklist outgoing",
|
||||
"alwaysask" : false,
|
||||
"doc" : "SID blacklist outgoing",
|
||||
"doc" : "SID blocklist outgoing",
|
||||
"deprecated" : false,
|
||||
"flags" : [
|
||||
"no_create"
|
||||
|
||||
Reference in New Issue
Block a user