Questions tagged [credentials]

170 questions
1
vote
0 answers

Windows authentication across multiple hostnames without multiple credential prompts - is it possible?

I have a web application that utilizes multiple hostnames (see below for an explanation of why it's set up like this - I don't want that to distract from the more general question here). Basically, there are: Two fixed hostnames (www.domain1.com…
JLRishe
  • 111
  • 5
1
vote
1 answer

Enter network credentials not working when connecting Win to Ubuntu Samba share

A real "Knacknuss"... I have an Ubuntu Server, and setup Samba for Windows to connect. All is working fine but for that one particular Windows computer (Win 10 pro) that can not connect. How can I get this one computer to also connect? Ping is…
MeSo2
  • 254
  • 1
  • 3
  • 18
1
vote
0 answers

Unable to remove network share credentials under 2012 R2 from programmed task

I am used a backup software (under Windows Server 2012 R2) that seems to use smb to write to the remote backup device. I have realized that, upon completion, credentials are "still there" so a ransomware attack would make its way to the backup…
0
votes
2 answers

Unable to export service account key in Terraform #GCP

I have downloaded the GCP service account key to my local system. In Terraform, I have set the GOOGLE_APPLICATION_CREDENTIALS as a path to this file in the startup-script part of my bastion instance. Below is a snippet: variable…
0
votes
1 answer

Windows Server Backup doesn't work when "Do not allow storage of credentials" GPO enabled

I am getting a Windows Server Backup error which reads... "A specified logon session does not exist. It may already have been terminated" Whenever I try to save a backup schedule. In trying to diagnose this problem I've located this Microsoft post…
Justin Grimes
  • 127
  • 1
  • 2
  • 10
0
votes
1 answer

Scheduled command with protected personal credentials

I'm not sure I have a clear title, but here is my story : I'm working on an Openstack cloud (Openstack is not important here) and I need to set my username/password each time I need to call Openstack API, it's classic. I created a program (with…
Nelson G.
  • 304
  • 2
  • 6
0
votes
2 answers

Outlook "failed to extract credentials" message

We have some problems with Outlook and Exchange. We have a user, lets say it's user 'Trainee1'. It's linked to the mailbox 'Trainee@company.nl', and when initializing outlook, we fill in the credentials of this mailbox as user: domain\trainee, with…
0
votes
2 answers

I have always to re-enter the Exchange credentials when I start Outlook

Each time I start Outlook I have to enter the Exchange credentials for each account I have defined in the profile. Due to the fact the profile has 5 accounts it becomes a bit tiresome. This Outlook is running on a LAN which is connected to the…
Peter VARGA
  • 336
  • 1
  • 2
  • 18
0
votes
1 answer

How to force RDP to accept my stored credentials, when my computer is under a domain?

So i've setup TERMSRV/* in the Group Policy Editor, but RDP will still not allow me to use saved credentials because the computer is under a domain. I found this by reading the description in the policy editor: "If the client is domain-joined, by…
TnF
  • 1
  • 1
  • 2
0
votes
1 answer

Wildfly Cluster w/S3 Ping and IAM Instance Role?

I've successfully managed to deploy a Wildfly cluster in AWS, using the jGroups S3_Ping functionality rather than the normal broadcast method. However, all of the documentation I've seen requires me to provide the AWS access key and secret within…
0
votes
1 answer

How to get application_default_credentials.json file in GCP?

I'm developing an application locally(python), I want to list the details of all the projects & their instances. In order to perform this, I have generated application_default_credentials.json file by executing gcloud auth application-default login…
kiran
  • 101
  • 1
  • 2
0
votes
0 answers

Do generic credentials stored in a user's Vault on a domain-joined machine propagate through a domain?

On a Windows Server 2012 R2 domain, we are currently trying to make a specific user aware of some credentials it needs (to connect to some FTP server) through all machines on the domain. Windows Vault (the Credential Manager thing) documentation…
0
votes
1 answer

VPN access with Junos Pulse Linux client + eToken?

Does anyone know whether the Junos PulseSecure client for Linux (5.3+) can use a USB token for VPN authentication, e.g., via pkcs11? I'm using a SafeNet (Aladdin) eToken 5110 on Windows. My impression from trying the Linux client is that it doesn't…
lebedov
  • 203
  • 2
  • 8
0
votes
0 answers

Issues with Dell Latitude E5570 - Not Caching Domain Credentials

When our users are off the network, they are unable to login to their laptops. They receive the "no logon servers" error. I have verified the "Interactive Logon: Domain controller (paraphrased)" GPO is not "defined", and we are allowing Windows…
Tony Tellez
  • 101
  • 3
0
votes
1 answer

What is the purpose of the 'keyblock' part of the Kerberos credential cache

The documentation of MIT Kerberos explains here how the credential cache file is formatted. It basically consists of: a header information about the REALM and the user a keyblock information about the expiration of the ticket authdata the tickets…