{
  "config": {
    "type": "object",
    "$ref": "module://@nikitajs/ldap/search#/definitions/connection",
    "properties": {
      "name": {
        "type": "string",
        "description": "Distinguish name storing the \"olcAccess\" property, using the database\naddress (eg: \"olcDatabase={2}bdb,cn=config\")."
      },
      "user": {
        "type": "array",
        "coercion": true,
        "description": "User object.",
        "items": {
          "type": "object"
        }
      }
    }
  }
}
