-
Is there any way to access a service with kerberos authentication, in particular on windows?
-
I am trying to use winrm4j to execute commands as a part of larger service with kerberos authentication. I am getting below error when i run the program from Linux Server with the below command.
java…
-
Our machines permit login with GSSAPI/Kerberos credentials. It would be a cool feature if I could tell ssh-chat to allow login from kerberos authenticated clients.
-
below option is required for some kerberos sites to do auth
```
auth = HTTPKerberosAuth(force_preemptive=True)
```
xref: https://github.com/requests/requests-kerberos#preemptive-authentication
-
This package can use authentication by kerberos?
thanks for your answers
-
**Is your feature request related to a problem? Please describe.**
The current authentication system lacks support for Kerberos. Kerberos is great for quick and easy authentication, especially in lin…
-
**Is your feature request related to a problem? Please describe.**
The feature request we are looking to hopefully be implemented would be integration with Kerberos authentication such that a user ma…
-
As stated in the documentation:
For Kerberos authentication (GSSAPI) comment out comment out $ldap_bind*
I think it should be more correct to put them as null, otherwise you do not enter in the co…
-
Hello,
I would like to ask if the current airflow python client supports the use of kerberos authentication? I see that the kerberos section in the README.md document is empty, and it seems that on…
-
Hi,
We are using self-hosted kafka cluster with GSSAPI(Kerberos) authentication.
Can I add this feature and make a PR?