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

Clarification on the type of quotes used

      Description

      https://docs.mongodb.com/manual/tutorial/kerberos-auth-activedirectory-authz/#id10 currently uses the double quotes around $external which might be incorrect, depending on the platform. Here are the correct usages:

      • Linux (Bash): --authenticationDatabase '$external'
      • Windows (cmd.exe): --authenticationDatabase $external
      • Windows (PowerShell): --authenticationDatabase "$external"

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            Unassigned Unassigned
            Reporter:
            andrey.brindeyev@mongodb.com Andrey Brindeyev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              1 year, 25 weeks, 2 days ago