Configuring MongoDB to authenticate user's password via Linux PAM
问题 I'm looking for a way to configure MongoDB to use Linux PAM to manage user passwords. This way when a user changes their password, it doesn't have to be manually updated in Mongodb. Searching for help for this online only returns one result which is a blog article that mentions this is possible but doesn't describe how this is done. The official documentation skips over setting up PAM and talks about LDAP. How can I configure Mongodb to authenticate db users via Linux PAM? 回答1: Unfortunately,