Credentials in information systems are widely used to control access to information or other resources. The classic combination of a user account number or name and a secret password is a widely-used example of IT credentials.
0
votes
0answers
6 views
Credential Storage Best Practice
I've read through quite a few of the questions on this subject but they didn't really address my question, so thought I'd ask a new one here.
What solutions have people built/bought to facilitate ...
0
votes
1answer
21 views
Ask for credentials during HttpURLConnection without Interrupt the thread
Recently i came across the following issue: I have a webview that loads data in a asynchronous way from a HttpURLConnection, say now that you need from the user to provide credentials so you move on ...
-1
votes
1answer
18 views
LDAP two or more Login accounts [closed]
I have an OpenLDAP server.
Can we create two LOGIN credentials( or connection credentials like two cn etc) on my LDAP server?
I guess login credentials are set in SLAP.CONF file.
Can we create ...
0
votes
1answer
39 views
How to copy files to remote computer using Bash script?
I have a script that needs to copy a file to a remote computer:
cp -R "${DEST_FOLDER}" "${SRC_FOLDER}"
How can I do it when the remote computer requires user and password for access?
How do I ...
0
votes
0answers
29 views
Restart computer with credentials
Is it possible to restart the computer with credentials, so that it will login instantly?
I'm thinking about something including this System.Diagnostics.Process.Start("shutdown.exe", "-r -t 0");, but ...
0
votes
1answer
36 views
Spring Data mongodb: how to add credentials when running a replica set
I'm running MongoDB 2.2. I can add credentials to access my single instance MongoDB like this:
<bean id="mongoTemplate" class="org.springframework.data.mongodb.core.MongoTemplate">
...
2
votes
1answer
29 views
Encrypting database credentials
Firstly to explain, we have some websites which all connect to a central database. As a rule we don't give clients access to the FTP for their website so they cant access any files with the DB ...
0
votes
0answers
25 views
Passing credentials to Jquery Ajax not working in Android
I'm hitting a HTTPS exchange server web url for authentication using Jquery ajax. I'm using GET method and passing the credentials to the ajax like this.
$.ajax({
url: ajaxurl,
...
0
votes
1answer
37 views
Spring Data mongodb: adding credentials for MongoDb access
I have the following working configurations in my Spring application:
<mongo:mongo id="myRs" replica-set="myhost:27017">
<mongo:options max-wait-time="1500"
...
1
vote
2answers
70 views
Scala: how to use google/facebook credentials to provide access control for my application via openID on Heroku
I'm writing a hobby project with Scala on Heroku. Currently I have my own authentication mechanism which uses http basic auth. I'd like to be able to use people's existing credentials from e.g. google ...
-1
votes
2answers
62 views
Using AFNetworking with authentication fails with correct credentials
I'm trying to download a .sqlite file from my companies FTP site using AFNetworking. Each FTP user has their own folder on my server. I found this question to handle the authentication, and this ...
0
votes
1answer
29 views
How do you in Applescript cp a file to a folder with a variable in name and or prompt for credentials without shell script?
I have an issue where I need it to prompt for admin credentials if needed and cant find a workable solution.
set foo to computer name of (system info)
set p to (path to desktop)
set ...
0
votes
1answer
38 views
powershell credential rejected from server
I need to store credential in powershell to be used several times. Here on StackOverflow there are a lot of example, so I took one
$tmpCred = Get-Credential
$tmpCred.Password | ...
0
votes
0answers
37 views
Login won't direct to right page Java
I'm at the moment of implementing securing web application. I use following technologies and IDE for this:
NetBeans IDE
GlassFish 3.1.2.2 Server for authentication
JSP for login and loging error ...
0
votes
0answers
8 views
Remember credentials in Ajax Modal?
We have a ajax modal window that are not built to let the browser remember credentials (Without submit and form etc).
Is there any otherway, except for re-coding that I can force any browser to ...
-2
votes
0answers
23 views
Ressources password security concerns [closed]
My security questions/concerns are pretty much overall. I'm sorry about that but I'm looking for best pratice.
Here is what botters me when it comes to client applications without a 3 tier ...
1
vote
1answer
41 views
Programmatically retreive Internet Explorer cached proxy username
I have Internet Explorer 8 configured to connect via a proxy server, and whenever I open it up I get this dialog box that has my cached credentials in it:
I need to programmatically retreive the ...
-2
votes
0answers
7 views
Retrieve credentials and control over an old app [closed]
I've recently inherited a development project that integrates with a Facebook app and posts to a user's news feed. We need to work in the area of the Facebook app and i've realized that the original ...
0
votes
0answers
27 views
Why CredUnPackAuthenticationBuffer get SAVED_PASSWORD
I used the following code to get user credentials and verify domain user(Thanks for this helpful post from Rubinsh). But I get two problems:
(1) I can prefill username/password(empty string) into ...
0
votes
1answer
47 views
Running a map reduce job as a different user
I have a web application which interacts with Hadoop. (Cloudera cdh3u6) A particular user operation should launch a new Map Reduce job in the cluster.
The cluster is not a secure cluster, but it ...
0
votes
1answer
39 views
How to assign ClientCredentials to WCF Client while binding with Ninject Kernel in Test_at_server configuration?
I am using Ninject to inject my WCF client in the local environment and its working fine. This is how
I have implemented it:
private static IKernel CreateKernel()
{
var kernel = new ...
0
votes
0answers
17 views
Operating system login credentials [closed]
I have setup an Oracle 11g Database on a XP Virtual Machine and have a question about backing up the database.
Currently, I have logged into the database via Enterprise Manager.
I have browsed to ...
0
votes
0answers
13 views
jasig cas custom credentials
I'm facing the problem with creating custom credentials for Jasig CAS server. But NOT the credentials that extands UsernamePasswordCredentials. For instance I want some simple credentials with only ...
0
votes
0answers
14 views
Errors with WebBrowser1 after program is opened twice
I have a program that logs into the same website from whatever log in you give it, however when I have the program opened up twice on my computer I can log in, but I get errors through the website, ...
0
votes
0answers
19 views
WCF method-call policy with different client user
I am designing a WCF service. The service provides several methods. Each method is authorized to be called based on the UserType of the logged-in client user. There are at most 10 different UserType ...
0
votes
1answer
52 views
html, url, pass credentials, relative path
I want to logout from HTTP basic Authentication at request (before browser is closed), so reading on net, the only way is to pass some wrong credentials to server. It work but when I tried with ...
0
votes
0answers
41 views
Collecting client-specific data from OAuth2.0 Access token
Is there a way to collect useful, client-specifc information from API users without using an access_token with stored data about the client?
My use case:
I have implemented an OAuth2.0 Resource ...
2
votes
1answer
73 views
Open CRM 2011 Site in default Browser with credentials provided?
At the moment I have to login the first time I open a specific CRM site from my C# Application (in external default browser). As this happens quite often and the browser is closed most of the time, ...
0
votes
0answers
7 views
Quartz.net jobs default credentials
I'm using quartz.net in couple of my projects. Recently I've faced a problem with Job's thread credentials. As some of my projects use service account to connect to MS SQL databases, I wonder if there ...
0
votes
0answers
88 views
VBScript: Include user credentials with which it has to run
I have a VBscript which is working fine from my system. I use a batch file to run the script. (By default it runs with my user credentials). I want to run the same script with my user credentials on a ...
1
vote
1answer
136 views
PHP Session Login return wrong username and password
When trying to log in to my site, the script returns Im using a wrong username or password.
Head of index.html:
<?php
session_start();
require_once 'classes/Membership.php';
$membership = new ...
0
votes
1answer
160 views
Run powershell as loged windows user in ASP.net intranet
I'm creating MVC intranet application in ASP.NET C# with Windows authentification , and i need run an external powershell script with uers credential.
i add in my web.config file.
<system.web>
...
0
votes
0answers
32 views
Autoclicker doesn't work after new script
I have no idea why this is happening, but I have a script that logs into a website, and then uses a autoclicker. After messing with the log in I got help and found a script that tells me if my log in ...
1
vote
1answer
32 views
Is there a way to use a forum's user management for rest of site? [closed]
I just set up a MyBB forum. I have a site that I want to provide other features to such as saving text. But to do so I need user credentials. So I am wondering if I can leverage the forum's user ...
0
votes
0answers
89 views
Clearing credential caching in UIWebView iOS Xcode
I am using UIWebView Control in my app and that opens up the SharePoint URL in UIWebView inside the app. I have made User and Password *configurable* and everything works file.
UIWebView opens the ...
1
vote
0answers
108 views
Unable to read stored credentials when launched via scheduled task with “run with highest privileges”
I'm working on a utility that runs in the background for a (potentially) long period of time, and automatically resumes when the system is restarted. The utility requires elevated privileges to run ...
2
votes
3answers
105 views
Jenkins & caching of SVN Credentials
Like a lot of people I am banging my head (again) against Jenkins and the subversion plugin.
Authenication through the website (enter credentials) fails on authentication.
Funny, since I can access ...
0
votes
0answers
35 views
Can't refresh page in an interval
I recently made a script that can click on a submit button rapidly for my work, but the problem seems is now that it times out after running it for just 5 minutes. I believe it is because the page ...
0
votes
1answer
57 views
If on URL then message box
So I have this weird problem. I have a WebBrowser starting on the page https://live.xbox.com/en-US/MyXbox/GamerProfile (It is a page for editing information on your account) but whenever it goes there ...
0
votes
0answers
96 views
Auto Click on Button
Hello yes I'm trying to create an autoclicker for a quick program I'm making. I have this close to being done, but I am not sure on how to finish it. Here is the current code I have:
...
0
votes
1answer
263 views
Display error message when wrong password entered
Alright I have a script that logs into live.com, through this:
WebBrowser1.Document.GetElementById("login").SetAttribute("value", txtUsername.Text)
...
0
votes
0answers
43 views
How to reload (refresh) windows logon background image dynamically?
I am developing windows credential provider for windows 7 and I need to change background logon image dynamically when user sets some values in UI elements. How I can to do this? Please help me.
-1
votes
2answers
87 views
Need to find username/password that program uses to write to firebird DB [closed]
I have a program that accesses a local firebird database. It has write access to this database, and we need to be able to write to this database, but do not know the username/password.
Obviously, ...
0
votes
1answer
189 views
Exchange Web Services: UseDefaultCredentials property
This Microsoft page indicates that by setting the UseDefaultCredentials property to true, no login name and password are required to communicate with the Exchange server. However, that is not my ...
1
vote
1answer
97 views
Saving windows wireless profile credentials
Is there any way to replicate the functionality of "Save credentials" button in the "802.1x settings" menu using Windows API? Or some other way to permanently save the PEAP credentials for the ...
0
votes
1answer
157 views
No API credentials when adding test accounts [duplicate]
No end of trouble since the developer site and sandbox was changed last week. I've not managed to make a single working call to the new platform since it was launched.
I've managed to get as far as ...
0
votes
1answer
94 views
SQL Server Reporting Service URL asking for credentials but not responding after that
SQL Server Reporting Service URL asking for credentials but not responding after that.
It is asking for credentials for exactly 3 times even if I am entering correct password all the time and than ...
0
votes
0answers
31 views
WCF Authentication credentials… how to [duplicate]
I'm quite new to WCF and currently I have to add a custom membership provider which authenticates users.
We have 2 methods of authentication.
One being a token which is send every time.
One being ...
1
vote
2answers
604 views
Paypal new sandbox account no api credentials generated
I have created a new Sandbox account in PayPal. This is a merchant account.
I've clicked on the profile button and there I've checked the API Credentials page.
The page is totally empty.
How can I ...
4
votes
2answers
169 views
remove credentials from git
I'm working with several repositories, but lately I was just working in our internal one and all was great.
Today I had to commit and push code into other one but I'm having some troubles.
$ git ...

