Tagged Questions
The sspi tag has no wiki summary.
5
votes
2answers
3k views
NTLM proxy without password?
I work on a corporate windows network (which I log in to) with a HTTP proxy. When I use Internet Explorer it magically uses the proxy without me needing to type in my password. Certain other programs ...
4
votes
2answers
108 views
Disable Login Prompts in mod_auth_sspi_1.0.4-2.2.2
What I'm trying to do:
Create a home page on our company's intranet that automatically grabs the logged-in Windows username of the person viewing the page without the person being prompted to enter ...
4
votes
3answers
2k views
Simple client/server, TCP/IP encrypting the message stream, SSL (C++)
Basically my question is the exact same one as this:
http://stackoverflow.com/questions/937459/simple-client-server-tcp-ip-encrypting-the-message-stream-ssl
The difference is that I need this for ...
3
votes
4answers
3k views
Alternatives to LogonUser for network impersonation (C++)
Are there any alternatives to LogonUser and for impersonating given account in order to access network resources? I'm looking for the method of impersonation which would let me connect to machine in ...
2
votes
1answer
2k views
WCF 'A Call to SSPI Failed, see inner exception'
I had a self-hosted win service WCF installed and running at one point.
Naturally, I had to make some changes. So I changed the base address back to my local workstation and made the changes. It ...
2
votes
2answers
825 views
Solution to avoid double-hop from client > web service > SQL Server
My project invoves a user connecting from client to web service, and then web service to SQL Server. The web services and SQL Server are on separate machines. Because of security requirements, we ...
2
votes
4answers
2k views
Exception on SslStream.AuthenticateAsClient (The message was badly formatted)
I have got wierd problem going on. I am trying to connect to Apple server via TCP/SSL. I am using a Client certificate provided by Apple for push notifications. I installed the certificate on my ...
2
votes
2answers
1k views
integrated SQL-server authentication from untrusted domain
I really want to use SQL-server from a C#/.NET appliaction without using SQL-Server accounts or adding the affected computer to the same domain or to any domain at all or to use the same logon-name as ...
2
votes
2answers
1k views
SSPI Connection in .Net 2.0 Web Service
I'm trying to test a .Net 2.0 Web Service I created in C#. One of our servers is on windows 2000 and can currently only support .Net 2.0 . I can test it local to my machine and it works fine but when ...
2
votes
3answers
1k views
How to specify accepted certificates for Client Authentication in .NET SslStream
I am attempting to use the .Net System.Security.SslStream class to process the server side of a SSL/TLS stream with client authentication.
To perform the handshake, I am using this code:
SslStream ...
1
vote
2answers
169 views
C# p/invoke Secur32.dll problems
I'm trying to wrap the Secur32.dll's EnumerateSecurityPackages function which is declared below:
SECURITY_STATUS SEC_Entry EnumerateSecurityPackages(
__in PULONG pcPackages,
__in PSecPkgInfo ...
1
vote
1answer
309 views
Implementing mutual authentication with LDAP API and SSPI
I would like to ask you a question about implementing mutual authentication with Kerberos, using SSPI and LDAP API.
I am using the guidelines described in: ldap_sasl_bind_s(GSSAPI) - What should be ...
1
vote
1answer
383 views
Subversion using SSPI module HTTP vs HTTPS
I'm upgrading our svn server and want to change to windows authentication instead of htpassword files.
I've installed the module and can get it running on HTTP or HTTPS.
Accessing the repos, using ...
1
vote
0answers
156 views
Mixing authenticated and unauthenticated URLs, Internet Explorer and mod_auth_sspi
Setup: Apache 2.2, mod_auth_sspi 1.0.3/1.0.4, mod_wsgi 3.3, python 2.6.2
Some background information: Whenever IE hits an URL, that requires it to perform NTLM challenge-response, further POST ...
1
vote
0answers
607 views
Problem with SSPI/Kerberos authorization on windows service
Dear programmers!
Today I have faced a serious problem, that I don't know how to approach.
I'm trying to implement an authorization service, using SSPI/Kerberos. I'm testing it on my local computer. ...
1
vote
1answer
440 views
Confusion about Kerberos, delegation and SPNs
I'm trying to write a proof-of-concept application that performs Kerberos delegation. I've written all the code, and it seems to working (I'm authenticating fine), but the resulting security context ...
1
vote
1answer
1k views
Windows user credential validation on a different domain
I'm trying to validate a user's windows credentials on a computer that's not joined to the domain. It seems like this should be possible to do using the SSPI API, but I haven't been able to get it to ...
0
votes
0answers
14 views
Microsoft Windows SChannel SSPI Self test?
The question pertains to some specs that require the modules used for TLS perform a self test prior to use to validate that they have not been compromised. FIPS is one example. In the Open source ...
0
votes
0answers
20 views
sspi not wraped in spnego
I'm trying to get an SSPI SPNEGO token. When I get the token, though, it is only the NTLMSSP portion and not wrapped in the SPNEGO protocol.
Here's my code:
SecPkgInfo *secPackInfo;
...
0
votes
0answers
25 views
secure administrator folder of joomla
anyone
i'm beginig using of mod_auth_sspi of apache and then download mod_auth_sspi.so from sourceforge.com copy to my installation of apache's module folder and my added text to httpd.conf file is:
...
0
votes
0answers
71 views
SSPI CVS support in Eclipse Galileo on Ubuntu Natty
I have CVS and CVSNT installed. Setting CVSROOT environment variable to CVSROOT=":sspi:my.domain\my.name@CVSHOST:/PATH" enables me to login from the terminal with cvs login
From eclipse, I used ...
0
votes
0answers
22 views
SSPI: MS-SIPAE: signature
I have the following question about Windows SSPI. I have made an app that has to authorize with a server: using protocol MS-SIPAE in NTLM mode. The app uses SSPI.
See ...
0
votes
1answer
11 views
MS-SIPAE <-> SSPI: MakeSignature is 'GSS_GetMIC’?
I have the following question about Windows SSPI. I have made an Win32 app that has to authorize with a server: using protocol MS-SIPAE in NTLM mode. The app uses SSPI.
See ...
0
votes
2answers
79 views
How much data to receive from server in SSL handshake before calling InitializeSecurityContext?
In our Windows C++ application I am using InitializeSecurityContext() client side to open an schannel connection to a server which is running stunnel SSL proxy. My code now works, but only with a ...
0
votes
1answer
81 views
Does sspi module conflicts with ajax ? How to resolve it?
I think the Mod-Auth-SSPI is conflicting my ajax system. Please find the below code -
new Ajax.Request(ajaxUrl,
{
method:'post',
parameters: 'json='+json,
onSuccess:
...
0
votes
1answer
82 views
KRB_AP_REQ ticket from SSPI
I have a Linux server application that is using Kerberos for client authentication and client that needs to run on Windows. Kerberos tickets are issued by Windows Active Directory. Client ...
0
votes
0answers
260 views
Using sample code in RFC 4777 - InitializeSecurityContext returns error
I am trying to create a single-sign on connection to a System i server using the example published in IBM's iSeries Telnet Enhancements RFC 4777 within a client telnet app written in C++.
The code ...
0
votes
0answers
222 views
Local browser fails to authenticate on Apache on windows server using mod_sspi
I am facing a problem which I can't solve so far and now it is time to post a question here.
I have a Apache running on a windows server (yes, windows needed at the time :)).
The Apache use the ...
0
votes
1answer
780 views
SQLNestedException Exception - Native SSPI library not loaded
I am getting the exception below in my server logs. What does it mean and how do i fix it?
org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (I/O Error: SSO Failed: ...
0
votes
0answers
396 views
How can I authenitacte in a PHP Curl call using the Apache module mod_auth_sspi
I'm using sspi_auth_module to authenticate users to a PHP application. It works great except when I do curl_exec calls to another application in the same domain that is also uses active directory ...
0
votes
1answer
360 views
WAMP does not start after enabling/configuring SSPI
I am trying to get visitors' NT logon when they visit an intranet site. It appears the the SSPI module is what I'm looking for. But I can't get WAMP back up and running after installation. Any ...
0
votes
0answers
205 views
AcquireCredentialsHandle, SECURITY_HANDLE, SSPI, and Windows Services
I'm using the SSPIHelper (http://www.pinvoke.net/default.aspx/secur32.initializesecuritycontext) class as posted on pinvoke.net to perform NTLM authentication.
The call to AcquireCredentialsHandle ...
0
votes
0answers
213 views
Kerberos impoersonation - Java GSS client talking to SSPI C++ server
My intention is to delegate impersonation from a Java client to a C++ server. The Java client uses JAAS to authenticate and impersonate using doAsPriviledged() and finally starts establishing a ...
0
votes
1answer
56 views
how do i connect to SQL server in SQL Server Mgmt Studio with SSPI Integrated Security
i have an asp.net web app that has this in the web.config file in the project
server=[server],15001;Integrated Security=SSPI;Database=DB_NAME
how do i connect to this database from Sql server mgmt ...
0
votes
3answers
493 views
Implement SSL with SSPI: How to start?
I want to implement an SSL client using SSPI.
Where can I find step-by-step guides, code examples, etc.?
Thanks in advance.
0
votes
1answer
163 views
Visual Studio fails to link mod_spnego to SSPI
I am trying to compile mod_spnego (http://sourceforge.net/projects/modgssapache/) with SSPI support in Visual C++ 2008 Express Edition. I have managed to get the compiling itself work fine, but now I ...
0
votes
1answer
276 views
SSPI Negotiate not found
I'm using Windows XP Pro SP3.
I want to use SSPI functions in my code.
I compiled my code, no error.
I set the security package to be used to Negotiate, which is recommended.
When I start my ...
0
votes
4answers
2k views
Compilable C++ code to implement a secure SLL/TLS client using MS SSPI
As described here
http://www.ddj.com/cpp/184401688
I do not have time to write this from scratch.
Asked and not answered
http://stackoverflow.com/questions/434961/implementing-ssl
THE QUESTION IS:
...
0
votes
1answer
377 views
WCF: Why does passing in a remote endpoint fail?
The problem I am having connecting a wcf client application to a host running on a separate machine is documented in a question previously asked:
...
0
votes
4answers
1k views
Cannot create SSPI context
I am working on a .NET application where I am trying to build the database scripts. While building the project, I am getting an error "Cannot create SSPI context.". This error is shown in the output ...
0
votes
2answers
696 views
EncryptMessage returns SEC_E_INVALID_TOKEN
When using the EncryptMessage (SChannel) from the win32 API with a valid context, I am supplying the four buffers in the correct order I get the SEC_E_INVALID_TOKEN response which according to the ...
0
votes
1answer
785 views
AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
I have managed to open the certificate store by using CertOpenSystemStore and I can find my self signed certificate (created using OpenSSL) using CertFindCertificateInStore which I installed through ...
0
votes
2answers
413 views
Need a csharp signature for AcquireCredentialsHandle win32 api function
I have somehow come out with a signature for this api call, but the call does not work in the expected fashion. Some vital data structures are not get populated properly hence I am not getting ...
0
votes
2answers
972 views
How to Setup Multiple Authentication Types for 1 Subversion Repo?
We have an SVN 1.4 repository that uses Apache 2.0 for authentication; specifically, the mod-auth-sspi module to authenticate with our Windows Domain. The relevant portion of httpd.conf looks like ...
0
votes
2answers
213 views
Unresolved external symbol CompleteAuthToken referenced
While porting a desktop application to windows mobile I've reached the following error:
Error LNK2019: unresolved external
symbol CompleteAuthToken referenced in
function
Reading MSDN it ...
0
votes
1answer
587 views
Access CVS through Apache service using SSPI
I'm running an Apache server (v2.2.10) with mod_python, Python 2.5 and Django. I have a small web app that will show the current projects we have in CVS and allow users to make a build of the ...
0
votes
1answer
1k views
Using SSPI (NTLM) Api's With Windows AccessCheck() On Vista With UAC
Summary
Client (Windows XP SP3)
Server (Windows Vista Business SP1) / Running as LocalSystem Service
Api Sequence
Client - AcquireCredentialsHandle
Client - Initializesecuritycontext
Server - ...
0
votes
1answer
304 views
Novell client and windows SSO
Does the novell gina install a specific security provider that can be used via SSPI? Does it have to called out specifically or is SPNEGO good enough? Will that support single sign on if the novell ...
-1
votes
0answers
15 views
Microsoft Windows SChannel SSPI Self test? [closed]
How would I go about this before making a connection?