37 lines
481 B
JSON
37 lines
481 B
JSON
{
|
|
"name": "LdapConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "account.ldapConfig"
|
|
}
|
|
},
|
|
"mixins": {
|
|
"AccountLinker": {}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true
|
|
},
|
|
"server": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"rdn": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"password": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"userDn": {
|
|
"type": "string"
|
|
},
|
|
"groupDn": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|