Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-7301

Enhance LDAP documentation - add section for PAM integration

    • 1.5

      We should enhance the LDAP integration documentation
      Authenticate Using SASL and LDAP with ActiveDirectory
      to include notes for if a customer's' linux environment has PAM enabled. In this case, the configuration for saslauthd with very basic. Once just set's MECH=PAM in /etc/sysconfig/saslauthd and then in the mongod.conf:

      setParameter:
         saslauthdPath: /var/run/saslauthd/mux
         authenticationMechanisms: PLAIN,SCRAM-SHA-1
      

      where the PLAIN mechanism is for the LDAP integration. I think it would be helpful to have an example showing that you can have multiple authenticationMechanisms.

      This has been documented here http://blog.mongodb.org/post/101760288723/mongodb-ldap-and-kerberos-authentication-with, but adding these kind of details to our official documentation will help alot, especially with enterprise customers.

      Also, let's add a note which calls out the syntax is different for the driver connection strings. For example, you say authMech and authSource

      I'm happy to work with the doc team more on this topic, just let me know.

      Thanks-

            Assignee:
            ravind.kumar Ravind Kumar (Inactive)
            Reporter:
            jason.mimick Jason Mimick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 9 weeks, 2 days ago