Skip to main content

Questions tagged [gssapi]

GSS-API is an IETF standard that addresses the problem of many similar but incompatible security services in use today.

0 votes
1 answer
59 views

How to organize http client requests authorization via spnego?

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
0 answers
15 views

Silent Authentication from Browsers using Ubunut, Linux, gssapi and PHP

I have previously relied on NTLM for silent authentication for a number of Internal intranet sites but the latest Windows 11 release has stopped these from working. I have built a new Linux box (...
l0ckm4's user avatar
  • 747
0 votes
1 answer
96 views

KRB5CCNAME is missing

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
232 views

OpenLDAP SASL/GSSAPI: Invalid credentials (49) SASL(-13): authentication failure: GSSAPI Failure: gss_accept_sec_context

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
33 views

Jndi connect to LDAP by GssApi KrbException: Server not found in Kerberos database (7)

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
329 views

SASL GSSAPI: ldap_sasl_interactive_bind : Other error (80) no credentials supplied

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
0 answers
32 views

connecting to postgres using ODBC windows with gssencmode not working

connecting to postgres using ODBC windows with gssencmode not working error : #gssencmode value "require" invalid when GSSAPI support is not complied in
invo007's user avatar
  • 69
0 votes
1 answer
151 views

Kafka auth failed while implementing GSSAPI auth in Nodejs app

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,288
0 votes
0 answers
204 views

Python3 LDAP3/GSSAPI authenticate Active Directory with negotiate token got from browser

Hello i have a local web app running as windows service, this web app receive a negotiate token from the browser, my service need to check that user token is valid (passworless based on windows login) ...
Crafty's user avatar
  • 23
0 votes
1 answer
173 views

GSSAPI Negotiate authentication fails different domain DNS and Windows Active Directory

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
  • 641
0 votes
0 answers
161 views

LDAP SASL (Kerberos) is successful but I can't perform ldap_search_s

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
141 views

Erlang SASL GSSAPI error: Cannot contact any KDC for realm

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
68 views

Datagrip | GSSAPI Initiate Failed when trying to connect to impala

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
50 views

Using Vert.x package io.vertx.ext.auth.kerberos.KerberosOptions is not permitted as it's no longer available

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
1 vote
0 answers
292 views

Is it possible to get Kerberos logging using gssapi inside secure context?

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
  • 11.6k

15 30 50 per page
1
2 3 4 5
20