40 lines
539 B
JSON
40 lines
539 B
JSON
{
|
|
"name": "SambaConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "account.sambaConfig"
|
|
}
|
|
},
|
|
"mixins": {
|
|
"AccountLinker": {}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true
|
|
},
|
|
"adDomain": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"adController": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"adUser": {
|
|
"type": "string"
|
|
},
|
|
"adPassword": {
|
|
"type": "string"
|
|
},
|
|
"userDn": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"verifyCert": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|