Jespa is a Java software library that provides advanced integration between Microsoft Active Directory and Java applications.
Questions tagged [jespa]
9 questions
3
votes
1 answer
Jespa ntlm authentication with multiple active directories or windows domains
I'm using Jespa to do transparent ntlm sign on. I want to be able to authenticate the users in multiple windows domains. I have it working with one domain. How do I add another?
Thanks

Sam Backus
- 1,693
- 14
- 19
1
vote
2 answers
usernames in windows domain
I'm working on a app that uses Jespa to do transparent SSO. I'm using the NtlmSecurityProvider. In my code, when I get the username looks like this: "DOMAINNAME\username"
e.g.
<% out.println(request.getRemoteUser()); %>
prints this: …

Sam Backus
- 1,693
- 14
- 19
1
vote
2 answers
Jespa 1.1 Java + ActiveDirectory NTLM auth does not work
http://www.ioplex.com/jespa.html
I am following the example as described in Providing NTLM Services without Active Directory part of the documentation, and deploying the examples war into JBoss
I did:
Increase all JBoss port numbers by 1000 (so I…

Lydon Ch
- 8,637
- 20
- 79
- 132
1
vote
0 answers
Using Jespa with wsimport generated client to call a .net webservice protected by Windows Authentication
I am trying to figure out how I can hook up Jespa into the client generated by wsimport, so that I can hook up to a .Net service that is using windows authentication (the java client is running on Linux, so the built in ntlm authentication doesn't…

Grzenio
- 35,875
- 47
- 158
- 240
1
vote
0 answers
Cannot create a session after the response has been committed in IE7 and IE8
I am working with an application that allows the user to login using NTLM and a form login simultaneously. I mean that a user can log using their windows credentials (using jespa), but it is possible to logout and use a formulary that checks your…

Manuel Guerrero
- 11
- 3
0
votes
1 answer
jespa : SSO using a "local logon"
I'm currently evaluating jespa for Windows SSO support into our Web App. I'm facing the problem to make a try using my personal standalone workstation (win7) that is outside a Windows domain. Therefore, I've no Active Directory available to…

Marc Polizzi
- 9,275
- 3
- 36
- 61
0
votes
0 answers
Jespa SSO with NTLM in active directory
Hai I have implemented Jespa SSO with ntlm authentication in Active directory with one Domain its work fine when we run the jespa app in the same system logged as the active directory user.But when we access the same app from the other system in…

Hari haran s
- 1
- 1
0
votes
1 answer
Jespa NTLM authentication fails in one environment
I have some Java code that needs to authenticate against a Sharepoint server running NTLM authentication. I have this code running fine on the command line in my IDE, but when I deploy it within Liferay as a portlet, it's just failing with 401…

Mick Sear
- 1,549
- 15
- 25
0
votes
1 answer
Can I use a SimpleJaxWsServiceExporter with a javax.servlet.Filter?
I would like to set up a webservice endpoint using Spring's SimpleJaxWsServiceExporter for ease of use, but I also need to protect the webservice using a subclass of Jespa's HttpSecurityFilter
I suspect this does not work out of the box as…

Jon Freedman
- 9,469
- 4
- 39
- 58