Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-11128

Fix 'No such file or directory' in "bin/solr auth" usage output

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 8.0
    • 7.0, 8.0
    • scripts and tools
    • None
    • Any POSIX-complaint machine that can run the "bin/solr" script.

    Description

      The usage/help text for bin/solr auth currently contains two error messages that are output as part of echo commands:

      [~/c/l/solr] $ bin/solr auth
      
      Usage: solr auth enable [-type basicAuth] -credentials user:pass [-blockUnknown <true|false>] [-updateIncludeFileOnly <true|false>]
             solr auth enable [-type basicAuth] -prompt <true|false> [-blockUnknown <true|false>] [-updateIncludeFileOnly <true|false>]
      bin/solr: line 558: kerberos: No such file or directory
             solr auth disable [-updateIncludeFileOnly <true|false>]
      
        -type <type>                           The authentication mechanism (basicAuth or kerberos) to enable. Defaults to 'basicAuth'.
      
        -credentials <user:pass>               The username and password of the initial user. Applicable for basicAuth only.
                                               Note: only one of -prompt or -credentials must be provided
      
      bin/solr: line 566: configs: No such file or directory
      
        -prompt <true|false>                   Prompts the user to provide the credentials. Applicable for basicAuth only.
                                               Note: only one of -prompt or -credentials must be provided
      
      ...
      

      These "No such file or directory" errors making their way into the output come from unescaped double quotes in the echo commands outputing those lines.

      They can be fixed by either escaping the double quotes, or changing them to single quotes on the two lines mentioned above.

      Attachments

        1. SOLR-11128.patch
          2 kB
          Jason Gerlowski

        Issue Links

          Activity

            People

              ichattopadhyaya Ishan Chattopadhyaya
              gerlowskija Jason Gerlowski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: