The credentials tag has no wiki summary.
5
votes
1answer
133 views
SEO Consultant Wants System Credentials
An SEO consultant has asked (demanded) credentials to the web environment so he can do ... Whatever it is that they do.
I'm new to the company but an experienced Systems Engineer. I've just now been ...
1
vote
1answer
39 views
Windows Command-Line Utilities Started Prompting for Password
Recently my computer started prompting for the password of my domain account (that I am logged on as) when running command-line tools such as tasklist or taskkill on remote domain computers. On other ...
1
vote
1answer
57 views
Need prompt for credentials from computer outside domain in a domain network
I have a computer (Com1) which is connected to a network that is part of a domain (Dom1). On my Windows 2008 R2 server (Serv1), which is a part of the domain, I have a share called Program. The share ...
4
votes
2answers
277 views
Protect SFTP Passwords
A number of non-technical users currently manage secure data with FileZilla on Windows. The SFTP credentials are broadly shared in the organization as a result.
I would like to centrally manage ...
1
vote
1answer
87 views
IIS 6 prompts for creditials when on server, but not from client
I have a MOSS 2007 farm running on windows server 2003 R2 64 bit and IIS 6. When I try to connect to the farm locally on the server, no matter what site, CA or any of the SharePoint web apps I get ...
3
votes
1answer
156 views
Automatically refresh credential after password change
Lets say we have around 300 Windows XP machines on our ActiveDirectory domain that are used for processing something. Each has an account which is patterned on the machines name. As these are ...
2
votes
1answer
42 views
Strategies for protecting third party PHP web app config files
I'm interested in comments and strategies for protecting PHP config files, particularly those with Db credentials.
The stock advice, set the file extension to *.php, is fine as far as it goes, but it ...
0
votes
0answers
41 views
Windows 7 Explorer constantly tries to log in to Shared location using invalid credentials
When I navigate to \\SOMESERVER\SharedFolder Windows 7 'thinks' several seconds, then Enter Network Password dialog appears.
Problem: administrators of SOMESERVER claim that multiple (hundreds) ...
1
vote
1answer
28 views
Route of education to go for systems (security or network) administration?
I am trying to look at all the available options my local technical institute provides for systems administration. There appears to be various technical bachelor course sets, diplomas of technology, ...
0
votes
1answer
163 views
sbs2k3, how do I properly setup ad sites/subnets so vpn user can authenticate to sbs share?
just setup site2site vpn, hardwarebased. site 1 winxp, site2 sbs2k3. site 1 192.168.1.0/24 site 2 192.168.0.0/24
site 2 user can authenticate into site 1 xp computer network share using local user ...
1
vote
2answers
62 views
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 ...
4
votes
5answers
380 views
Why can a user grant themselves the Log On As A Service right?
This article describes the (relatively laborious) steps you should go through to grant an Active Directory user the Log On As A Service right. However, if I install a service and manually specify my ...
14
votes
2answers
314 views
Wget: Is there a way to pass username and password from a file?
Is there a way to pass the username and password from a file instead of the command line via --user and --password?
Background: I want to run wget via cron and don't want the username/password show ...
0
votes
1answer
66 views
Server 2008 Group Policy controlled workstations?
We currently have around 35 workstations on our network each connected to our Server which is running as a domain controller, DNS server and file server.
We are an animal hospital which means there ...
0
votes
3answers
326 views
debian: add user mysql to group www-data - how to take effect?
i add the user mysql to the www-data in /etc/group,
is it really necessary to reboot to take effect?
3
votes
1answer
100 views
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 ...
0
votes
1answer
879 views
openldap 2.4.11 - bdb_dn2id: get failed: DB_NOTFOUND: No matching key/data pair found (-30989)
I am struggling quite a while now, googled a lot and I have not yet been able to figure this - hopefully - simple problem out. I am a beginner in ldap so I might be missing something very obvious ...
...
0
votes
2answers
58 views
mysql and unix users control
Let's say I have two users on my UNIX machine - user1 and user2.
I also have two MySQL databases - db1(mysql_user1) and db2(mysql_user2).
I want to prevent user1 from connecting to db2 even if it ...
1
vote
1answer
269 views
Authenticate domain-user credentials on unjoined virtual machine?
This question may sound silly, and perhaps a bit insane, but--is there any way to run a process on a machine not joined to a domain using credentials from a user in that domain?
In my case, I'm ...
0
votes
1answer
68 views
Using IIS and windows credential to login
on windows 2003, we have a CRM that we have built. i want the login to be with the logged in user on the computer.
when i remove the anonymous from the iis i get the popup for username and password.
...
1
vote
1answer
169 views
Using Credentials with network scanners
I'm testing out both Tenable's Nessus scanner as well as eEye's Retina for scanning network devices. I am trying to supply credentials to get deeper, more accurate results, however there seems to be ...
0
votes
0answers
177 views
Cannot access SharePoint Designer
When I try to access SharePoint Designer 2010, I am repeatedly prompted to enter my credentials. I am running on a Windows 7 64 bit machine (in "Developer mode"). I select the designer from the home ...
1
vote
2answers
266 views
Outlook's default credential login
I have a Windows Exchange 07 and all my users are using Outlook (2k3, 2k7, 2k10).
Every time I need to reboot the server for maintenance, their Outlook lost the connection, but when it's back online, ...
0
votes
1answer
339 views
How do I open firewall ports for Windows file sharing?
This is required for Visual SourceSafe to work.
I need to know what ports need to be open to the outside, so Windows file sharing can respond to users in the public internet. Users need to be ...
1
vote
2answers
231 views
Do domain service accounts benefit from cached credentials?
When a domain user successfully logs on to a domain-joined computer, the user's domain credentials are cached so that the user can logon again if the domain controller is unavailable (eg the computer ...
0
votes
3answers
185 views
How to find which services/tasks in a domain are using domain credentials?
I've got an old service account that is attached to an undetermined amount of scheduled tasks and services across 7 or 8 servers.
Unfortunately, this account was created by a previous employee who ...
1
vote
1answer
1k views
Can't run powershell start-process with alternate credentials
tI am trying to run a powershell script from another powershell script using alternate credentials.
If I run:
$cred = get-credentials
$localArgs = "/c Powershell c:\myscript.ps1"
Start-Process ...
1
vote
4answers
3k views
Specify Credentials to run Powershell Script to Query AD
I want to run a powershell script to query AD from a machine that is NOT on the domain.
Basically I want to query to see if there is computer account already on the domain for this machine and create ...
3
votes
1answer
630 views
Windows 7 - Group Policy - Allow RDP Credentials to be Saved
Im trying to use RDP and save my credentials in a file so I dont have to entire it each time I connect.
I remember doing it before and it involved changing a group policy setting. What exactly do I ...
0
votes
0answers
274 views
IIS6.0 asking for credentials after MS Updates
We have an IIS6.0 Server running on a Windows 2003 Server. Last weekend it went though maintenance, and updated a quite a few Windows updates, it is now brought up to current updates (as of March ...
1
vote
1answer
2k views
virtualapp/didlogical credential in Windows 7
In the Windows 7 credential manager, what is the virtualapp/didlogical credential for?
0
votes
4answers
161 views
Can't use domain credentials, but server is part of the domain
I have added a server to my domain, but the domain credentials don't work on the server even though it offers the domain at login. The server has an entry in the AD, DNS, and DCHP; any suggestions?
...
1
vote
3answers
479 views
Moving from OpenLDAP/Kerberos to Active Directory
I have a well working setup using OpenLDAP for user information and Kerberos for authentication, but we need to have windows integration too, and for this we have decided that moving into Active ...
3
votes
2answers
173 views
Detecting login credentials abuse
Greetings.
I am the webmaster for a small, growing industrial association. Soon, I will have to implement a restricted, members-only section for the website.
The problem is that our organization ...
1
vote
1answer
467 views
ByPass credential prompting on drive map - windows server 2k3
I have 2 windows server 2k3 machines - server A and server B, Server A is on the company domain, and Server B is not. I have a need to bypass the credential prompting that happens every time I map a ...
0
votes
2answers
242 views
RDP Connectivity to Windows Server 2003 Servers Intermittently Lost After Date Changes
Connectivity via RDP to our Microsoft Windows Server 2003 web and database servers unpredictably drops at varying points after we change the server dates. It usually occurs when we leave the server ...
0
votes
1answer
204 views
Upstream proxy help!
My scenario is this: My manager wants random unmanaged users who come into meetings to have easy wireless access to the internet. We are running windows server 2003 with AD. The issue is our internet ...
1
vote
5answers
685 views
Windows service running under network credentials doesn't autostart
I have a Subversion Server running as a resident service on a Windows XP Pro machine. That service needs to access a secure network fileshare, so I used the Services->Properties->Log On tab to tell ...
0
votes
2answers
1k views
Unable to specify alterntive credentials using 802.1x wireless connections on Windows 7
Using Windows 7 I am unable to connect to the wireless network using 802.1x settings. I have configured it exactly as in Vista using certificates and checking the use alternative credentials check box ...