Questions tagged [credentials]
170 questions
3
votes
2 answers
How can I Persist connections to Microsoft Azure Files for all the users?
I have created file share in azure and mapped it to Virtual Machine entitled VM_01.
I have used CmdKey command to persist the credentials.
C:\>cmdkey /add:.file.core.windows.net
/user:…

kudlatiger
- 361
- 2
- 5
- 18
3
votes
2 answers
ansible git pull without storing the password on the server
When simply using the command line, the main strategy would be to use the cache git credential helper:
git config --global credential.helper cache
git config --global credential.username {{ gituser }}
git pull {{ repository1 }}
... asks password
...…

P.Péter
- 569
- 2
- 6
- 24
3
votes
0 answers
Prompt for credentials when accessing administrative share over network
I have an administrative share on a server called install$ (\server\install$). This share should be accessable only for administrators and helpdesk users since it contains installers from different programms. I've a problem accessing it in the…

josibu
- 179
- 1
- 4
- 10
3
votes
3 answers
AWS credentials not working - ~/.aws/credentials
I'm having a problem with my AWS credentials. I used the credentials file that I created on ~/.aws/credentials just as it is written on the AWS doc. However, apache just can't read it.
First, I was getting this error:
Error retrieving credentials…

Ana
- 31
- 1
- 1
- 2
3
votes
2 answers
Jenkins - Source Code Management, credential error
I have a repo on Bitbucket I'm trying to connect to my Jenkins instance.
Not taking the SSH key approach here but plain id/password since communications will take place in SSL.
(1) I double checked the id/password on both BitBucket and on Jenkins…
user192756
3
votes
2 answers
git refuses to send credentials over HTTP
curl seems to work fine, but git does not. git asks for a password, but then doesn't send any credentials.
Works: curl --netrc http://test.git.unsw.edu.au/ and curl -u username:password http://test.git.unsw.edu.au/
Doesn't work: git remote…

Jayen
- 1,857
- 4
- 16
- 28
3
votes
2 answers
"Clear Text Credential Access Enabled" field
Can somebody please explain the usage of "Clear Text Credential Access Enabled" check-box under "->Security->Advanced tab for Weblogic 11g?
What is the difference if we set or unset this flag?
If I don't set this flag I get an exception when trying…

Dave
- 131
- 1
- 1
- 4
3
votes
2 answers
Securing database credentials in automated deployment of nodes
In a situation where you're deploying nodes (e.g. amazon ec2), what are the recommended best practices for securing things like credentials to other resources? Without solving for scale, we might manually type passwords into configuration files, put…

comb
- 143
- 1
- 6
3
votes
1 answer
Why doesn't VisualSVN enforce credentials correctly?
I have a svn repository that is managed by VisualSVN.
I have created a new group and added two new users to that group. When i attach this group to an existing repository and set the rights to Read/Write, these rights do not work on subdirectories.…

mrt181
- 171
- 1
- 10
3
votes
2 answers
Windows 10 Scheduled Task does not use domain credentials to access network resources
I have a simple task, which for the purposes of testing, consists of a batch file with two lines:
whoami >result1.txt
copy \\server\share\test1.txt C:\Users\xxx\Documents > output.txt 2> error.txt
When I run this from an interactive login, it works…

strubbly
- 81
- 1
- 6
2
votes
0 answers
Save Outlook credentials in Active Directory
I have an AD with roaming user profiles. Credentials, for example for Office365, don't seem to be stored in the roaming profile, however. When the user switches to a new computer for the first time, he will have to enter all of his credentials again…

vic
- 973
- 1
- 10
- 22
2
votes
0 answers
Windows Credential Manager unexpectedly restores previous state on reboot
After deleting all existing credentials in Windows Credential Manager, and adding a single, new Windows credential by IP with Enterprise persistence, the new state of Credential Manager (with one new credential) is maintained for between 1 and 8…

Pi Marillion
- 131
- 2
2
votes
1 answer
Require username and password to be required when logging into workgroup server
We have installed Windows Server 2008 R2 Server as Workgroup server. We have created users. When users log on from another computer on the local network their username and password is saved on that computer. We don't want this. What we want is for…
Jagjit
2
votes
4 answers
What permissions are required for a domain user to login to a domain machine?
I have been under the impression that Domain Users should be able to login to a domain joined machine with their domain credentials out of the box and no special permissions needed. I'm running this whole setup in Hyper-V so not sure if that makes…

Jamie
- 23
- 1
- 3
2
votes
1 answer
Executing WMI methods by proxy - how can I keep credentials out of the hands of users?
Management wants me to create a script/application/ancient magical artifact that allows field technicians to perform a task on our Configuration Manager server (updating collection memberships - very easily done via WMI calls) without actually…

Prosun
- 203
- 1
- 2
- 9