Questions tagged [ntlmv2]
67 questions
0
votes
1 answer
SSO using liferay
I want to acheive SSO from liferay configured to LDAP. I have configured my liferay to AD and it is authenticating and working fine. I want to add SSO feature to my application. Once logged into windows ldap. Using my ldap login/password. My…

Lokesh Raj Urs
- 351
- 1
- 6
- 19
0
votes
1 answer
PHP file can access global net from terminal, but not from apache
I have a following problem. We have a private server running on CentOS in our corporate network. The proxy server is on Windows running NTLMV2 authentification.
So, I installed cntlm on my CentOS server in order to have access to the required…

SPIRiT_1984
- 2,717
- 3
- 29
- 46
0
votes
2 answers
Java HTTP call to Sharepoint 2010 oData fails
I am calling a Sharepoint 2010 oData service from Java which is resulting in a 400 error. I can connect to a Sharepoint 2010 list in XML format via the same code (using NTLM) successfully.
I see a related post HttpClient using both SSL encryption…

VC1
- 1,660
- 4
- 25
- 42
0
votes
1 answer
Does Server decide what Authentication Method is to be followed?
For a Web Application, Does the Server decide what authentication method is to be followed or is it the Client.
Are Authentication methods like NTLM and Kerberos Browser specific.
In a intranet web application, where does BASIC and Diget stand as…

user1737755
- 23
- 1
- 1
- 4
0
votes
0 answers
Implement an NTLMv2 Response
I've been trying to implement an NTLMv2 response but can not for the life of me get the responses Windows says I should expect.
http://msdn.microsoft.com/en-us/library/cc236700%28v=prot.10%29
This is the code they say I should implement and they…

arduic
- 659
- 3
- 12
0
votes
2 answers
NTLMv2 authentication in java
Is it possible to implement the NTLMv2 authentication in a Java application.
I read somewhere that I can achieve this through the JCIFS library, but I am not able to get any examples for it.
I want to implement Single sign on using this.

user1651198
- 31
- 2
- 7
-1
votes
1 answer
How to redirect on custom url after NTLM authentication failure
I am using NTLM authentication with ldap.
When i click 'cancel' in the above popup, it gives 'Authorization required' message as below
I want it to redirect on a custom url on 'Cancel' click. How can i achieve it?

Nishu Tayal
- 20,106
- 8
- 49
- 101