Let administrator override sasl service name and host name used by server for GSSAPI authentication.

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Security
    • None
    • Minor Change
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The administrator of a system should be able to specify a service principal other than the one formed by combining "mongodb" and the FQDN of the host name running the mongo service, as returned by getHostNameCached(). Implementing this feature would facilitate running mongo clusters in environments where servers and clients may disagree about each others' FQDN.

      Mongod should start the following two setParameters at startup:

      *saslServiceName – reported name of the service for authentication purposes, defaults to mongodb
      *saslHostName – reported host name for authentication purposes, defaults to getHostNameCached().

      Then, either isMaster should return those parameters, or (better?) the getParameter command should enable even unauthenticated users to fetch those two parameter values.

              Assignee:
              Unassigned
              Reporter:
              Andy Schwerin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: