Questions tagged [token]

27 questions
0
votes
0 answers

Token slot_id order changes when restarting

Hello and thanks for taking the time to read this. Issue: I have 4 token devices with the same model and the same name, I rely on the slot id (and the serial) to identify wich one to use. After 5 months working without issue we had to restart the…
LordNeo
  • 113
  • 1
  • 1
  • 6
0
votes
1 answer

Why are SQL Server 2012 tokens are not expanding when used in agent jobs?

I am trying to use tokens in my SQL Server agent jobs as described here, but some of the tokens are not working as I expect. When running an agent job, the tokens which are supposed to expand to provide information such as database name, server…
barbecue
  • 342
  • 1
  • 15
0
votes
1 answer

how to configure logging on using USB token windows server 2008 R2

I have a USB token, and I want clients to use their token to log on to domain, I followed the steps from here a brief definition of what I have done yet: after installing domain and CA-server, I defined a special group, created a special certificate…
komeil sh
  • 1
  • 3
0
votes
2 answers

Using tokens with SSL VPN

Could somebody explain how tokens fit into the VPN world? We currently use Citrix XenApp as our remote access solution and it works very well. But we're considering adding an additional layer of security with tokens. We're not in the SecurID price…
Rob Nicholson
  • 1,678
  • 8
  • 27
  • 53
0
votes
1 answer

Identifying cause of Software opening hundreds of thousands of handles

I have a user running the latest public revision of IBM Notes (853FP4 per correction below) on a Windows 7 Pro OA installation. Under his profile and only his, when the software is run, the software opens hundreds of thousands of handles, regarding…
user428370
  • 109
  • 2
0
votes
2 answers

command line tool to extract a token out of stdin stream?

I've been using this perl script to get a token out of stream on command line 1 #!/usr/bin/perl 2 3 $i = $ARGV[0]; 4 5 while () { 6 @tokens = split /\s+/; 7 print $tokens[$i] . "\n"; 8 } typical usage would be something…
Min
  • 31
  • 4
0
votes
1 answer

Docker Hub login with Personal Access Token fails

Windows 11 hub.docker.com I setup Two-Factor Authentication and generated Personal Access Token (PAT) Docker Desktop is running. cmd.exe docker login --username Password: Typed characters are not visible but I'm sure I'm…
BaltoStar
  • 189
  • 2
  • 11
0
votes
1 answer

Login to HashiCorp Vault with Kubernetes Auth from Pod with Vault CLI

TL;DR: What is the proper way to login from Vault CLI in a Kubernetes Pod using the Kubernetes Auth Method. I want to create regular snapshots from my HashiCorp Vault raft storage. So I created a Kubernetes CronJob running the same image as my Vault…
Max N.
  • 101
  • 1
0
votes
0 answers

asp.net web api jwt token expiry on plesk server

I'm having an issue with my asp.net web api where the jwt token expires with no valid reason after few api requests. this issue only occurs on production environment, it doesn't happen in my dev env nor in my local IIS. The hosting company tried…
0
votes
1 answer

Teamcity Versioned Settings: how to make use of Tokens

When storing configuration in VCS as Kotlin DSL, you're not supposed to hard code passwords and tokens, instead the "Tokens" should be used. The problem is, it's not documented properly. Let's imagine I have a token…
alamar
  • 199
  • 5
0
votes
1 answer

Ansible: clone repo or install helm chart from private github

Any idea how to install Helm chart (tgz) from private Github repo using Ansible? Is it possible at all to do this using Github token only and not ssh key or maybe it is easier to clone private git repo first with Ansible and then install it?
Syn Romana
  • 145
  • 4
0
votes
0 answers

HCL Domino: how to drop users logged in with LtpaToken

We are running a Domino server (V 10.0.1 FP3) hosting a number of Xpages applications. Apart from the admins all users are accessing those application through http only (i.e., no nrpc / Notes client access). The users' person data are synched from…
1
2