Hi Alan,
   Dispatch router has a "saslConfigPath"  

 "saslConfigPath": {
                    "type": "path",
                    "description": "Absolute path to the SASL configuration 
file.",
                    "required": false,
                    "create": true
                },

which ultimately calls pn_sasl_config_path(sasl, qd_server->sasl_config_path)

Is this what you were looking for? 

Thanks.

----- Original Message -----
From: "Alan Conway" <[email protected]>
To: [email protected]
Sent: Wednesday, February 24, 2016 10:53:20 AM
Subject: Re: QPID dispatch and SASL.

On Fri, 2016-02-19 at 14:32 +0000, Gordon Sim wrote:
> On 17/02/16 23:11, Alan Conway wrote:
> > According to strace, qdrouterd never opens
> > /usr/local/etc/sasl2/qdrouterd.conf so I suspect there may be a
> > problem
> > with the default install location.
> 
> The PN_SASL_CONFIG environment variable lets you specify where it
> looks 
> for that. (Though I agree with the general point that the default 
> install ideally would be somewhere that did not need any explicit 
> location to be specified).
> 

Can the application tell proton where to look? The config file belongs
to the application (dispatch, qpidd etc.) not the proton library.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to