Questions tagged [gss]

Grid Style Sheets which are a modernised version of CCSS for responsive design using grids

Grid Style Sheets which are a modernised version of CCSS for responsive design using grids

14 questions
26
votes
2 answers

Windows authentication in linux docker container

i am trying to use windows authentication in linux docker container under kubernetes. I am following this settings: https://learn.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth?view=aspnetcore-3.1&tabs=visual-studio#kestrel App…
Scholtz
  • 2,878
  • 2
  • 23
  • 23
2
votes
1 answer

Should I stop using GSS etc. if I want to be ready for GWT 3?

I've ditched GWT Widgets in favor of JsInterop and Elemental2. But I'm still using modules from "gwt-user.jar" for GSS, Resources, and I18N. Are these modules likely to be supported in the next version of GWT? If not, is there a future-friendly…
ᴇʟᴇvᴀтᴇ
  • 12,285
  • 4
  • 43
  • 66
2
votes
1 answer

gwt gss lighten() and darken()

i was trying to use lighten() and darken() in GSS (i'm gwt 2.8 version and material-design rc4) like so: @def MAIN_COLOR #64b5f6; @def LIGHTER_COLOR lighter(MAIN_COLOR, 0.5); .lighter { color: LIGHTER_COLOR; } but the result is .lighter { color:…
auri.borealis
  • 61
  • 1
  • 5
2
votes
1 answer

Java automatically uses Kerberos ticketCache when it shouldn't?

We have a server side application that can talk to external services. It depends on our configuration whether we authenticate against those services with the credentials of the user who called us, with pre-configured credentials, or not at all. The…
Marian Schedenig
  • 227
  • 5
  • 15
1
vote
1 answer

JAAS - GSS: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)

I am trying to run JGSS' initSecContext... and fail (on Fedora 35). I ran first kinit succesfully : [pascal@zbook appClientModule]$ klist Ticket cache: KCM:1000 Default principal: client@TEST.COM Valid starting Expires Service…
1
vote
1 answer

Get KRB5/GSS status in Swift

In Swift, how do I get the status of a users kerberos ticket? I see the GSS library at https://developer.apple.com/reference/gss but there is absolutely no documentation beyond 'it exists with these function names.' From the name, it seems like func…
mhurron
  • 73
  • 4
1
vote
1 answer

GSS JAAS can't read keystore/tab

I'm attempting to connect to a database using Kerberos, everything works except for two issues. First, when I execute my code I am asked two enter my password not once but twice. Then my query is sent to my database and results are returned. The…
user316114
  • 803
  • 7
  • 18
1
vote
1 answer

How does GSSManager.createCredential get the Kerberos key and TGT?

I have the following scenario: I have a server that runs inside an Oracle database (with Java SE 6) that connects to a web service, using the Apache HTTP client (in Java). The web service needs to be protected using Kerberos, i.e. with SPNEGO…
Karsten Spang
  • 161
  • 2
  • 10
0
votes
0 answers

JAAS/JGSS misunderstanding

Here is a simple class supposed to do JAAS+JGSS authentication. It fails at the step "createCredential" : GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt) Has anyone a clue about the cause of this…
0
votes
1 answer

How to use importrange with a condition?

I already tried this formula but it pops up a VALUE error: =QUERY(IMPORTRANGE("https://docs.google.com/spreadsheets/d/1_xao-sZcCYX_adqb0OJ4SZ4D0sKj-4rRQwbursU78Oo/edit#gid=991773268","'CW NoFSH Accounts'!B8:K13706"),"SELECT * WHERE COL6 =…
0
votes
2 answers

What is the difference between GSS API and SSPI API when using Kerberos with delegation?

What is the difference between GSS API and SSPI API when using Kerberos with delegation? I have middleware running Java code in a Tomcat Server. The middleware authenticates the user with Kerberos (GSS API). If no Kerberos token is present in the…
Axel-R-D
  • 1
  • 3
0
votes
2 answers

GWT override GSS style in another GSS file

Since my application got larger, I decided that each "module" of my application, will have its own resource file, style file and GSS file. Also styling of for example buttons will be in a different, global GSS file as it is more of an application…
ezpzlmnsqz1337
  • 394
  • 1
  • 5
  • 16
0
votes
1 answer

Removing duplication across Google Stylesheets (GSS) in GWT

Most of my stylesheets (GSS) have the same set of @defmixin statements. I would like to be able to remove the duplication. Is it possible to @include a common GSS stylesheet in some way? Or are there other ways to do this simply? (I mean without…
ᴇʟᴇvᴀтᴇ
  • 12,285
  • 4
  • 43
  • 66
0
votes
1 answer

A 500 Internal Server Error while running Google site search

This is a first time we are using GSS and applying in our application. If we search a query in GSS we are getting good result depending upon the websites we have added to be searched from. But if we give GSS around a hundred queries one by one in a…
Harinarayan
  • 121
  • 1
  • 2
  • 12