Misconfiguration of config path for Debian libsasl2-2 (SASL support)
--------------------------------------------------------------------

                 Key: QPID-1834
                 URL: https://issues.apache.org/jira/browse/QPID-1834
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
    Affects Versions: M4
         Environment: Debian "squeeze"
            Reporter: Garrett Smith


The libsasl2-2 package is configured with the option:

  --with-configdir=/etc/sasl:/usr/lib/sasl2

Background on this decision can be found here:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211156

cpp/etc/Makefile.in specifies SASL_CONF as /etc/sasl2, which isn't on the 
config path that the Debian package is compiled with. The result is that the 
qpid sasl configuration is never used. This is a pain to debug as the missed 
configuration is silently ignored.

I'm not sure what the ideal solution is here, but I think this ought to be 
addressed given we're talking about Debian.

A config option for qpidd would probably be appropriate, or, in keeping with 
the hard coding strategy, create a link from /etc/sasl to /etc/sasl2. Just a 
couple ideas though.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to