-
Request to add GSSAPI/Kerberos support to the library to support password-less login to servers.
-
```
from pyhive import hive
con = hive.Connection(host="10.8.8.8", port=21000, auth='KERBEROS', kerberos_service_name="hive")
cursor = con.cursor()
cursor.execute('show databases')
datas = curs…
-
```
Имеется соответствующий патч, но под очень
старую версию:
http://www.sxw.org.uk/computing/patches/jabber.html
Дополнительные упоминания:
http://lists.affinix.com/pipermail/psi-devel-affinix.com…
-
```
Имеется соответствующий патч, но под очень
старую версию:
http://www.sxw.org.uk/computing/patches/jabber.html
Дополнительные упоминания:
http://lists.affinix.com/pipermail/psi-devel-affinix.com…
-
```
Please, add Kerberos/SPNEGO autentication scheme.
```
Original issue reported on code.google.com by `victoren...@gmail.com` on 29 Apr 2009 at 10:45
-
Hey @gagle,
Amazing project! It's a shame that I've didn't find this earlier, I have been using Raspicam since 2015, but never found your project.
I'm planning to integrate this in the @kerberos…
-
Connecting to Kerberized Presto cluster using Kerberos authentication.
-
Is kerberos authentication for kafka supported?
-
```
Имеется соответствующий патч, но под очень
старую версию:
http://www.sxw.org.uk/computing/patches/jabber.html
Дополнительные упоминания:
http://lists.affinix.com/pipermail/psi-devel-affinix.com…
-
Would be great if we can integrate SSO with https://github.com/jcmturner/gokrb5. I can contribute if you give me some guidelines on the authentication protocol. This would be a great feature.