mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix trustconfig specification
https://fedorahosted.org/freeipa/ticket/3235
This commit is contained in:
parent
853cdbbfd3
commit
242a090807
@ -206,7 +206,8 @@ IPA.trust.adder_dialog = function(spec) {
|
|||||||
|
|
||||||
var make_trustconfig_spec = function() {
|
var make_trustconfig_spec = function() {
|
||||||
return {
|
return {
|
||||||
name: 'trust',
|
name: 'trustconfig',
|
||||||
|
defines_key: false,
|
||||||
enable_test: function() {
|
enable_test: function() {
|
||||||
return IPA.trust_enabled;
|
return IPA.trust_enabled;
|
||||||
},
|
},
|
||||||
|
@ -477,7 +477,7 @@
|
|||||||
"trust": {
|
"trust": {
|
||||||
"account": "Account",
|
"account": "Account",
|
||||||
"admin_account": "Administrative account",
|
"admin_account": "Administrative account",
|
||||||
"name": "SID blacklists",
|
"blacklists": "SID blacklists",
|
||||||
"details": "Trust Settings",
|
"details": "Trust Settings",
|
||||||
"domain": "Domain",
|
"domain": "Domain",
|
||||||
"establish_using": "Establish using",
|
"establish_using": "Establish using",
|
||||||
|
@ -7324,6 +7324,56 @@
|
|||||||
"primary_key": true,
|
"primary_key": true,
|
||||||
"required": true,
|
"required": true,
|
||||||
"type": "unicode"
|
"type": "unicode"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": "Str",
|
||||||
|
"doc": "Domain NetBIOS name",
|
||||||
|
"flags": [
|
||||||
|
"no_update",
|
||||||
|
"no_create"
|
||||||
|
],
|
||||||
|
"label": "Domain NetBIOS name",
|
||||||
|
"name": "ipantflatname",
|
||||||
|
"noextrawhitespace": true,
|
||||||
|
"required": true,
|
||||||
|
"type": "unicode"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": "Str",
|
||||||
|
"doc": "Domain Security Identifier",
|
||||||
|
"flags": [
|
||||||
|
"no_update",
|
||||||
|
"no_create"
|
||||||
|
],
|
||||||
|
"label": "Domain Security Identifier",
|
||||||
|
"name": "ipanttrusteddomainsid",
|
||||||
|
"noextrawhitespace": true,
|
||||||
|
"required": true,
|
||||||
|
"type": "unicode"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": "Str",
|
||||||
|
"doc": "SID blacklist incoming",
|
||||||
|
"flags": [
|
||||||
|
"no_create"
|
||||||
|
],
|
||||||
|
"label": "SID blacklist incoming",
|
||||||
|
"multivalue": true,
|
||||||
|
"name": "ipantsidblacklistincoming",
|
||||||
|
"noextrawhitespace": true,
|
||||||
|
"type": "unicode"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": "Str",
|
||||||
|
"doc": "SID blacklist outgoing",
|
||||||
|
"flags": [
|
||||||
|
"no_create"
|
||||||
|
],
|
||||||
|
"label": "SID blacklist outgoing",
|
||||||
|
"multivalue": true,
|
||||||
|
"name": "ipantsidblacklistoutgoing",
|
||||||
|
"noextrawhitespace": true,
|
||||||
|
"type": "unicode"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"uuid_attribute": ""
|
"uuid_attribute": ""
|
||||||
|
@ -6,7 +6,11 @@
|
|||||||
"attributelevelrights": {
|
"attributelevelrights": {
|
||||||
"aci": "rscwo",
|
"aci": "rscwo",
|
||||||
"cn": "rscwo",
|
"cn": "rscwo",
|
||||||
|
"gidnumber": "rscwo",
|
||||||
"ipantflatname": "rscwo",
|
"ipantflatname": "rscwo",
|
||||||
|
"ipantsecurityidentifier": "rscwo",
|
||||||
|
"ipantsidblacklistincoming": "rscwo",
|
||||||
|
"ipantsidblacklistoutgoing": "rscwo",
|
||||||
"ipantsupportedencryptiontypes": "rscwo",
|
"ipantsupportedencryptiontypes": "rscwo",
|
||||||
"ipanttrustattributes": "rscwo",
|
"ipanttrustattributes": "rscwo",
|
||||||
"ipanttrustauthincoming": "rscwo",
|
"ipanttrustauthincoming": "rscwo",
|
||||||
@ -17,7 +21,9 @@
|
|||||||
"ipanttrustpartner": "rscwo",
|
"ipanttrustpartner": "rscwo",
|
||||||
"ipanttrustposixoffset": "rscwo",
|
"ipanttrustposixoffset": "rscwo",
|
||||||
"ipanttrusttype": "rscwo",
|
"ipanttrusttype": "rscwo",
|
||||||
"nsaccountlock": "rscwo"
|
"nsaccountlock": "rscwo",
|
||||||
|
"objectclass": "rscwo",
|
||||||
|
"uidnumber": "rscwo"
|
||||||
},
|
},
|
||||||
"cn": [
|
"cn": [
|
||||||
"ad.test"
|
"ad.test"
|
||||||
@ -26,6 +32,58 @@
|
|||||||
"ipantflatname": [
|
"ipantflatname": [
|
||||||
"AD"
|
"AD"
|
||||||
],
|
],
|
||||||
|
"ipantsidblacklistincoming": [
|
||||||
|
"S-1-0",
|
||||||
|
"S-1-1",
|
||||||
|
"S-1-2",
|
||||||
|
"S-1-3",
|
||||||
|
"S-1-5-1",
|
||||||
|
"S-1-5-2",
|
||||||
|
"S-1-5-3",
|
||||||
|
"S-1-5-4",
|
||||||
|
"S-1-5-5",
|
||||||
|
"S-1-5-6",
|
||||||
|
"S-1-5-7",
|
||||||
|
"S-1-5-8",
|
||||||
|
"S-1-5-9",
|
||||||
|
"S-1-5-10",
|
||||||
|
"S-1-5-11",
|
||||||
|
"S-1-5-12",
|
||||||
|
"S-1-5-13",
|
||||||
|
"S-1-5-14",
|
||||||
|
"S-1-5-15",
|
||||||
|
"S-1-5-16",
|
||||||
|
"S-1-5-17",
|
||||||
|
"S-1-5-18",
|
||||||
|
"S-1-5-19",
|
||||||
|
"S-1-5-20"
|
||||||
|
],
|
||||||
|
"ipantsidblacklistoutgoing": [
|
||||||
|
"S-1-0",
|
||||||
|
"S-1-1",
|
||||||
|
"S-1-2",
|
||||||
|
"S-1-3",
|
||||||
|
"S-1-5-1",
|
||||||
|
"S-1-5-2",
|
||||||
|
"S-1-5-3",
|
||||||
|
"S-1-5-4",
|
||||||
|
"S-1-5-5",
|
||||||
|
"S-1-5-6",
|
||||||
|
"S-1-5-7",
|
||||||
|
"S-1-5-8",
|
||||||
|
"S-1-5-9",
|
||||||
|
"S-1-5-10",
|
||||||
|
"S-1-5-11",
|
||||||
|
"S-1-5-12",
|
||||||
|
"S-1-5-13",
|
||||||
|
"S-1-5-14",
|
||||||
|
"S-1-5-15",
|
||||||
|
"S-1-5-16",
|
||||||
|
"S-1-5-17",
|
||||||
|
"S-1-5-18",
|
||||||
|
"S-1-5-19",
|
||||||
|
"S-1-5-20"
|
||||||
|
],
|
||||||
"ipanttrustattributes": [
|
"ipanttrustattributes": [
|
||||||
"136"
|
"136"
|
||||||
],
|
],
|
||||||
@ -52,13 +110,18 @@
|
|||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"objectclass": [
|
"objectclass": [
|
||||||
"ipaNTTrustedDomain"
|
"ipaNTTrustedDomain",
|
||||||
|
"ipaIDobject",
|
||||||
|
"top"
|
||||||
],
|
],
|
||||||
"trustdirection": [
|
"trustdirection": [
|
||||||
"Two-way trust"
|
"Two-way trust"
|
||||||
],
|
],
|
||||||
"trusttype": [
|
"trusttype": [
|
||||||
"Active Directory domain"
|
"Active Directory domain"
|
||||||
|
],
|
||||||
|
"uidnumber": [
|
||||||
|
"945800003"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"summary": null,
|
"summary": null,
|
||||||
|
Loading…
Reference in New Issue
Block a user