On 12/23/2011 03:57 AM, tkdchen wrote:
Hi all,

I'm using python-qpid to integrate message bus with a django site. The
site must connect a QPID broker in a kerberos enviroment, so I pass
sasl_mechanisms='GSSAPI' to Connection to construct an instance.
As the subject, I want to know when the script runs on server, whether
the /etc/krb5.keytab can be discovered automatically, or there is
something else need to be done via extra Python script codes.

I believe you will still have to kinit to obtain a ticket. You can specify the key tab to use with the -t option to kinit.

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

Reply via email to