Docs 菜单
Docs 主页
/ /
MongoDB 命令行界面
/ / / /

mongocli Atlas安全LDAP验证

在此页面上

  • 语法
  • 选项
  • 继承选项
  • 相关命令

请求验证 LDAP 配置。

mongocli atlas security ldap verify [options]
名称
类型
必需
说明
--authzQueryTemplate
字符串
false
Atlas执行的LDAP查询模板,用于获取经过身份验证的用户所属的LDAP群组。
--bindPassword
字符串
true
用于验证 bindUsername 的密码。
--bindUsername
字符串
true
Atlas用于连接LDAP服务器的用户 DN。
--caCertificate
字符串
false
用于验证LDAP服务器身份的 CA 证书。
-h,--help
false
验证帮助
--hostname
字符串
true
LDAP服务器的主机名或IP解决。
-o, --output
字符串
false
Output format. Valid values: json|json-path|go-template|go-template-file
--port
int
false
LDAP服务器侦听客户端连接的端口。 (默认636 )
--projectId
字符串
false
要使用的项目ID 。 覆盖配置文件或环境变量设置。
名称
类型
必需
说明
-P, --profile
字符串
false
配置文件中要使用的配置文件。
  • mongocli Atlas security LDAP verify status — 获取LDAP配置请求的状态。

由 cobra 2 shooty 于 13 -Jul- 2021 自动生成

后退

保存