z4r / python-rtkit

Python Api for Request Tracker's REST interface
http://z4r.github.com/python-rtkit/
Other
68 stars 44 forks source link

feature request (mixed auth) #45

Open laserfox opened 9 years ago

laserfox commented 9 years ago

Hi Guys,

I work in an environment where our initial login to RT is using kerberos. After that, we use cookie based authentication. Would it be possible for your to support a feature like this?

z4r commented 9 years ago

Hi @laserfox, it's very difficult recreate an environment like your. Anyway I think you can obtain this creating a subclass of BasicAuthenticator and mixing Kerberos and Cookie.