-
The service was originally written around RC4-HMAC to ensure compatibility with AD. It's not strictly necessary to do that, and in Ubuntu 18, there's no support.
We need some more support around a…
-
Hi
Thanks for the library. I have only a basic understanding of kerberos. I looked all over the examples and issues to make this work. But I could not make it work. I am trying to authenticate to a…
-
By default kerberos on RHEL7 no longer uses /tmp/krb5cc_ as a store for kerberos tickets, it now favors linux keyrings.
I've changed the script to do a regular kinit using the keytab, which solves th…
-
It seams gssproxy doesn't renew client cache on expiration.
If client cache does not exists gssproxy acquire credentials and everything is working until clien cache expires. If client cache files …
-
It looks like the Kafka resources do not allow to use a Kerberos authentication mechanism.
We should be able to use GSSAPI as sasl mechanism and then configure:
- kerberos service name
- kerberos…
-
It would be helpful for some users to have an option to include binary files in scans -- for example, to match a domain pattern or username in a Kerberos keytab. Currently, such files are always exclu…
-
Page:
Hi there!
I'd really like to be able to use the HTTP service principal for the actual webserver on a system and not need to share the keytab between the services. Would it be possible t…
-
In trying to reproduce the client crash of the EOS probe, I got a crash on the server side:
```
Core was generated by `/usr/bin/xrootd -l /var/log/xrootd/xrootd.log -c /etc/xrootd/xrootd-secure.cfg'…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0.3
### What's Wrong?
When I read th…
-
Dear team
We are using Kerberos to connect Hive.
Presto-admin don't deploy .keytab and krb5.conf to the nodes,
so we have to copy it manually.
Do you have any plan to do it automatically?
Thanks