22 lines
545 B
Plaintext
22 lines
545 B
Plaintext
emqx_authn_mnesia {
|
|
authentication {
|
|
desc {
|
|
en: """Configuration of authenticator using built-in database as data source."""
|
|
zh: """使用内置数据库作为认证数据源的认证器的配置项。"""
|
|
}
|
|
}
|
|
|
|
user_id_type {
|
|
desc {
|
|
en: """Specify whether to use `clientid` or `username` for authentication."""
|
|
zh: """指定使用客户端ID `clientid` 还是用户名 `username` 进行认证。"""
|
|
}
|
|
|
|
label: {
|
|
en: """Authentication ID Type"""
|
|
zh: """认证 ID 类型"""
|
|
}
|
|
}
|
|
|
|
}
|