标签: mongodb ldap
我已经阅读了LDAP部分的MongoDB文档,当用户需要登录时,命令为:
mongo --username sam@DBA.EXAMPLE.COM --password 'secret123' --authenticationMechanism 'PLAIN' --authenticationDatabase '$external' --host <hostname> --port <port>
但是,我不知道如何设置用户密码。在AD服务器中设置? 地址为document