-
Hi,
So I'm really struggling with getting a .NET Core app running on Linux because of Kerberos. The app is a client that is communicating with a WCF service running on a windows server. The Service…
-
I'm triggering [this line of code](https://github.com/jcmturner/gokrb5/blob/663478bf457f1fc3275973bea5b7b787cd332015/spnego/negotiationToken.go#L115) and getting `gssapi.StatusContinueNeeded` response…
-
*Original comment by @jaymode:*
When thinking about custom realms, we differ from many common frameworks in that we use a specialized exception to indicate a request needs authentication or to issue …
-
The emphasis is to migrate to Rocky 9 completely. Update Ansible configuration where required.
-
**Issue by [Mikkel94](https://github.com/Mikkel94)**
_Sunday Sep 02, 2018 at 16:08 GMT_
_Originally opened as https://github.com/Samfundet/fg/issues/71_
----
Authentication is handled by GSSAPI/Bas…
-
### What Operating System(s) are you seeing this problem on?
macOS
### Which Wayland compositor or X11 Window manager(s) are you using?
N/A
### WezTerm version
20230712-072601-f4abf8fd
### Did y…
-
I am using this package to authenticate my application (on Windows) against a proxy server which requires Kerberos authentication.
I am using negotiate.AcquireCurrentUserCredentials() and negotiate.N…
-
Hello,
I'm trying to use assh in combination with kerberos authentication, and there is a small issue, here's my configuration:
```
hosts:
"osd.[0-9]*.ceph1":
ResolveCommand: /bin/sh -c …
-
>>> paramiko.__version__
'2.4.1'
>>> ssh = paramiko.SSHClient()
>>> ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
>>> ssh.connect(hostname='10.9.69.34',port=11130,username='isadmin',pa…
-
Description
===========
We've a schema registry which is running in a kerberized environment and with the current schema registry client only basic authentication is supported.
Adding a feature…