You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ernest Allen (JIRA)" <ji...@apache.org> on 2014/10/30 19:42:34 UTC

[jira] [Created] (QPID-6203) Prevent broker startup when invalid directory is passed --sasl-config

Ernest Allen created QPID-6203:
----------------------------------

             Summary: Prevent broker startup when invalid directory is passed --sasl-config
                 Key: QPID-6203
                 URL: https://issues.apache.org/jira/browse/QPID-6203
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
    Affects Versions: 0.10
            Reporter: Ernest Allen
            Priority: Minor


The --sasl-config option specifies a directory that contains the sasl config file named qpidd.conf. Some checks are already made on that directory.

The broker should make the following additional tests on the directory that is specified with the --sasl-config option:
- That what is passed in is a directory and not a file
- That the directory contains a qpidd.conf file
- That the broker is able to read the qpidd.conf file 

If any of the new tests fail, the broker should fail to start and an appropriate error message should be displayed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org