Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
82 views

I am trying to build a MacOS application can manage calls to protected resources using kerberos authentication. In a browser, that's the seamless authentication which works easily (using the WWW-...
Ste's user avatar
  • 333
1 vote
1 answer
196 views

purpose: to ensure the correct operation of the proxy server. At the same time, I use the JWT token to authenticate incoming requests. It works correctly. Next, I need to proxy the request by changing ...
Dmitriy's user avatar
  • 29
1 vote
1 answer
279 views

I am trying to solve the problem of accessing a service (HTTP) using the kerberos constrained delegation mechanism. It seems that I am forming the kerberos ticket correctly, but at the same time ...
Dmitriy's user avatar
  • 29
1 vote
2 answers
130 views

I am trying to get a Kerberos TGS ticket from the cache (without contacting the KDC). I create a TGT ticket using kinit and a TGS ticket, using kvno cifs/. To ensure I have cached the tickets, I use ...
Tal Dulberg's user avatar
0 votes
1 answer
118 views

I have a Debian 12 computer that is enrolled into the MS AD domain. Users can login and perform LDAP searches using GSSAPI (this is an information security requirement), example: $ ldapsearch -LLL -H ...
Irbis's user avatar
  • 61
2 votes
1 answer
45 views

I was wondering if MIT Kerberos is dependent on rpcbind in any way on Linux. If yes, when and why? I haven't come across any resource online that addresses anything related to this. I do know that MIT ...
Automatic's user avatar
0 votes
1 answer
188 views

i've simple java endpoint to validate user credentials on server A (this is where my java application run) so when user hit /kerberos-auth it should be able validate user identity that connect to the ...
Riki Ahmad's user avatar
0 votes
1 answer
191 views

I have gitea running in a VM, and I use kerberos for SSH authentication within my network. As things stand: I have my normal user on my daily driver (foo) The gitea server has two relevant users: foo,...
Alex's user avatar
  • 2,434
0 votes
1 answer
81 views

I have an Access front end which I'm trying to connect to a postgresql database. I use DSNless connections which I create with the following connect string: Driver=PostgreSQL Unicode;DATABASE=dbname;...
AllAboutMike's user avatar
0 votes
1 answer
415 views

I am trying to authenticate on remote sever with kerberos, using http4s scala client. After researching this tech, I realised that. Firstly I need to make some empty request to server with no special ...
Ostap Strashevskii's user avatar
0 votes
1 answer
726 views

The problem is I have no KRB5CCNAME in $_SERVER[] (php) for LDAP search. I login to the server via kerberos gssapi, from Ubuntu to Windows Server 2012, using Samba. On my site (PHP), I authorize with ...
Akuro's user avatar
  • 1
-1 votes
1 answer
1k views

Trying to configure my OpenLDAP to use SASL/GSSAPI (kerberos) authentication. My KDC server is up and running and I am able to create all of my principals and SPNs, and can kinit just fine. But when ...
Zach Hein's user avatar
0 votes
0 answers
84 views

I use GSSAPI to connect to LDAP. JNDI connect to LDAP by GssApi KrbException: Server not found in Kerberos database (7) This is my code: URL url= this.getClass().getClassLoader().getResource("...
cccccyy's user avatar
0 votes
1 answer
2k views

ldapsearch or ldapwhoami results in # ldapwhoami SASL/GSSAPI authentication started ldap_sasl_interactive_bind: Other (e.g., implementation specific) error (80) additional info: SASL(-1): ...
Zach Hein's user avatar
0 votes
1 answer
393 views

I’m currently looking to connect my nodejs app (using kafkajs package) with a kerberised kafka cluster (GSSAPI enabled, openldap) but facing the SASL_AUTHENTICATION_FAILED error when trying to ...
m-ketan's user avatar
  • 1,328
0 votes
1 answer
420 views

From my browser I want to open the site http://auth.another.com and do authentication with kerberos AuthType: “Negotiate”. I don't want to enter user and password (AuthType: Basic). If i use http://...
nickb84's user avatar
  • 651
0 votes
0 answers
280 views

Wireshark packet here I would like to ask you a question about implementing multiple authentication with Kerberos, using SSPI and LDAP API. My environment is Windows Server 2019 and the client machine ...
Long Hoang's user avatar
1 vote
0 answers
272 views

Sorry, if I'm not providing the right detail, I'm fairly new at this and it's the first time I'm trying to consume from kafka through kerberos authentication. I'm using the brod_gssapi ([https://...
Elaine's user avatar
  • 21
0 votes
1 answer
132 views

I'm trying to connect to Impala using jdbc, and am receiving the following error: Unable to connect to server: GSS Initiate Failed. I did run Kinit before. I'm running datagrip 2023.1.1, and it seems ...
IRealllyneedhelp's user avatar
0 votes
0 answers
85 views

I wanted to update unused code that is now required in order for a Java Vert.x application to authenticate to Kerberos protected api endpoint. However the kerberos packages ( io.vertx.ext.auth....
Jack A's user avatar
  • 57
2 votes
0 answers
704 views

I am using gssapi to create a Flask server that is protected by Kerberos authentication. I am wanting to debug some Kerberos errors I am seeing and hence I would like to turn on debug logging by means ...
John's user avatar
  • 12.2k
1 vote
0 answers
728 views

Hello after updating to python 3.11.5 i am getting this particular import error on all of my scripts. Anyone knows what i need to install/update for this ImportError: GSSAPIProxy requires the Python ...
Learner's user avatar
  • 393
0 votes
0 answers
129 views

When I'm trying to connect to a remote system in Eclipse using GSSAPI, Eclipse asks me for the active directory user's password. I know that there are configurations in Eclipse "Preferences"...
The_Sound_Maker's user avatar
2 votes
0 answers
931 views

I'm try use GSS API for auth in PostgreSQL from Spring Boot; I'm use virtual machine with Postgres (it's in my domain). I can connect to Postgres using my Windows account in Windows using psql tool. ...
Ivan Fomkin's user avatar
0 votes
0 answers
305 views

I want to access an LDAP directory in Java using a keytab. However, my keytab appears as null. Password access works with this code after the logincontext has been created (I get my tickets in ...
Camille B's user avatar
0 votes
0 answers
363 views

I need to use "SunJGSS" as one of the security providers in a FIPS environment. Is there a FIPS version of the "SunJGSS" Provider or if the underlying JCE/JCA is a FIPS provider ...
Kedarnath's user avatar
  • 280
0 votes
0 answers
579 views

I would like to host a web service (Jupyterhub) which executes the following steps for a user: Acquire Kerberos ticket from user Use Kerberos ticket to spawn batch job on remote server Therefore, I ...
Hoeze's user avatar
  • 716
1 vote
0 answers
290 views

I am using a Java Spring Boot application with Waffle SSO library waffle-spring-security4 2.0.0 and have installed and configured MIT Kerberos. The ticket cache is working fine, and running "...
Chandru's user avatar
  • 91
-1 votes
1 answer
201 views

As we are in corporate environment and with basic configuration changes, SSH Kerberos working seamlessly in OpenSSH SSH -K [email protected] Since default Kerberos setup didn't work, we have ...
Chandru's user avatar
  • 91
1 vote
1 answer
2k views

I can connect to a remote host using Kerberos in PuTTY on Windows 10, but I cannot do the same thing in VS Code. In PuTTY, there is a setting (see below) that specifies the order of GSSAPI libraries: ...
SamTulster's user avatar
1 vote
0 answers
217 views

getting this error :- SASL authentication error: SASL handshake failed (step): SASL(-1): generic failure: GSSAPI Error: An invalid name was supplied (Success) (after 25ms in state AUTH_REQ) kinit ...
Siddhant Tripathi's user avatar
2 votes
1 answer
471 views

I am deploying my Python code to an Azure Function with Python runtime 3.9, using the following yaml pipeline: trigger: branches: include: - dev - test - uat - prod ...
FaCoffee's user avatar
  • 7,989
2 votes
2 answers
10k views

I successfully tried out GSSAPI to generate kerberos tickets in my Python app locally on my Mac. Now I am trying to package this as a Docker image. When I try to build the image I keep getting this ...
KSS's user avatar
  • 1,139
0 votes
0 answers
158 views

I am trying to write an application in php, that verifies user-credentials against the companys ldap-server. The application runs on a virtual (Debian) Server located inside the company. What I have ...
Paco 's user avatar
  • 23
1 vote
0 answers
1k views

I have Kafka consumer Golang application. I'm trying to deploy it in PKS cluster. Here is the docker file that I have defined, FROM golang:1.19-alpine as c-bindings RUN apk update && apk ...
Pramit Pakhira's user avatar
1 vote
1 answer
1k views

I have a Confluence Kafka consumer written in Golang. I am trying to deploy it in a PKS cluster. The Kafka config looks like this, kafka.bootstrap.servers=server.myserver.com kafka.security.protocol=...
Pramit Pakhira's user avatar
2 votes
0 answers
1k views

We are in the corporate windows AD network, When we try to execute the below SSH command in CMD, it works fine, ssh -o GSSAPIAuthentication=yes [email protected] We have tried to run the ...
Chandru's user avatar
  • 91
0 votes
1 answer
1k views

I have a Kerberos server and a Kerberos client on one Realm. Both of these machines have OpenSSH Server and Client installed and configured in the same way to use Kerberos GSSAPI authentication. I can ...
Bnr's user avatar
  • 33
1 vote
0 answers
5k views

I'm trying to run an apache virtualhost, on a machine currently running Red Hat Enterprise Linux release 8.5 (Ootpa), with Kerberos authentication using the new GSSAPI module (replacement of ...
Wrest's user avatar
  • 125
1 vote
1 answer
507 views

I'm trying to build libssh with vcpkg for windows x86 but i need to enable gssapi support. With standard command vcpkg install libssh i'm getting an dynamic library but the log files shows that gssapi ...
Marco's user avatar
  • 151
3 votes
1 answer
2k views

There are two Active Directory (LDAP Servers). Following are the users which belongs to their servers respectively. Server user password 1- abc.pk ...
jazeb Sheraz's user avatar
0 votes
1 answer
469 views

There is a Flask Application running on the http://servername.com:5000/. It encapsulates some Bootstrap and static files provided in gis_webapp/static/... which works the way it should. This is the ...
Taras's user avatar
  • 288
1 vote
0 answers
272 views

I have a program(C, Redhat) which lets the user login using Single Sign-on via GSSAPI/(Kerberos) or username/password via PAM. After the login the user groups are fetched from Active Directory using ...
ekhanad's user avatar
  • 193
1 vote
3 answers
1k views

The task is to get myapp to auth in AD using Kerberos ticket cache from MSLSA with no password prompting and without keytab. Right now I'm able to get TGT cache — which is FORWARDABLE and PROXIABLE — ...
showgazer's user avatar
  • 111
1 vote
0 answers
483 views

Our SMTP server supports the GSSAPI AUTH mechanism. I would like to write a script, preferably in Python 3 or Perl, that does an e-mail send to the SMTP server using GSSAPI. I can send using username ...
rlandster's user avatar
  • 7,805
0 votes
1 answer
1k views

Previously I've reported it into kafkacat tracker but the issue has been closed as related to cyrus-sasl/krb5. podman run --rm -it --name kafkacat-DEV \ -v$(pwd)/conf/integration:/conf -v$(pwd)...
Hubbitus's user avatar
  • 5,389
1 vote
1 answer
5k views

I would like to use ldapsearch for an authentication test to a remote Windows server from a Linux instance (Amazon Linux OS). Kerberos bind is working via GSS-API installed from package cyrus-sasl-...
Grant's user avatar
  • 11
0 votes
0 answers
723 views

Is it possible to generate a kerberos token using java GSS API which is equivalent to token created while singing in to Windows. i.e. Is it possible to create a self sign kerberos token using GSS APIs....
Siva Ganisetti's user avatar
2 votes
0 answers
459 views

Please Note:- I just want to validate whether the following can be achieved using the JAAS/GSSAPI. I am not able to find any pointers. Let me first clear the constraints on my application: We can't ...
theimpatientcoder's user avatar
5 votes
1 answer
879 views

I have been trying to understand how these different APIs glue together behind the scenes. Though this question might seem to be a broad one, I also want to understand a particular scenario. Any ...
theimpatientcoder's user avatar

1
2 3 4 5 6