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

mongocli Atlas安全LDAP保存

在此页面上

  • 语法
  • 选项
  • 继承选项

保存 LDAP 配置。

mongocli atlas security ldap save [options]
名称
类型
必需
说明
--authenticationEnabled
false
指定是否启用LDAP的用户身份验证。
--authorizationEnabled
false
指定是否启用LDAP的用户授权。
--authzQueryTemplate
字符串
false
Atlas执行的LDAP查询模板,用于获取经过身份验证的用户所属的LDAP群组。
--bindPassword
字符串
true
用于验证 bindUsername 的密码。
--bindUsername
字符串
true
Atlas用于连接LDAP服务器的用户 DN。
--caCertificate
字符串
false
用于验证LDAP服务器身份的 CA 证书。
-h,--help
false
保存帮助
--hostname
字符串
true
LDAP服务器的主机名或IP解决。
--mappingLdapQuery
字符串
false
LDAP查询格式模板,该模板将匹配正则表达式匹配的身份验证名称插入到根据 RFC 4515 和 RFC 4516 进行编码的LDAP查询URI 中。
--mappingMatch
字符串
false
ECMAScript 格式的正则表达式(regex),用于与提供的用户名进行匹配。
--mappingSubstitution
字符串
false
LDAP标识名(DN) 格式模板,用于将匹配正则表达式匹配的身份验证名称转换为LDAP DN。
-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
配置文件中要使用的配置文件。

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

后退

获取