{
	"name": "SambaConfig",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "account.sambaConfig"
		}
	},
	"mixins": {
		"AccountSynchronizer": {}
	},
	"properties": {
		"id": {
			"type": "number",
			"id": true
		},
		"adDomain": {
			"type": "string",
			"required": true
		},
		"adController": {
			"type": "string",
			"required": true
		},
		"adUser": {
			"type": "string"
		},
		"adPassword": {
			"type": "string"
		},
		"verifyCert": {
			"type": "boolean"
		}
	}
}