ntlm « Security « Spring Q&A





1. acegi ntlm how to?    stackoverflow.com

I have an application that using ldap acegi-security-1.0.2.jar . I able to authenticate the user with active directory. I wanted to add NTLM auto login feature for my application. May i ...

2. Java Spring NtlmProcessingFilter second controller    stackoverflow.com

<bean id="ntlmFilter" class="org.springframework.security.ui.ntlm.NtlmProcessingFilter">
    <security:custom-filter position="NTLM_FILTER" />
    <property name="stripDomain" value="true" />
    <property name="defaultDomain" value="company" />
    <property name="domainController" value="192.168.1.1" />
  ...

3. need spring security ntlm source code 2.04    stackoverflow.com

i cant find source code for spring security ntlm 2.04 ntlm.jar source code. any ideas where can i get this old release?

4. Spring NTLM NtlmProcessingFilter do cache    stackoverflow.com

does anyone tried doing cache for spring-ntlm NtlmProcessingFilter.java file so that every request no need to query from microsoft active directory to authenticate user ? how to implement such cache using ...

5. spring security-ntlm , no pop up asking username/password sometime    stackoverflow.com

i experienced this and wonder any suggestion you folks can recommend. i'm using spring-security-ntlm 2.04. one or two users reported even though they set 'prompt for username and password' in ...

6. spring ntlmV2 not support    stackoverflow.com

i know that JCIFS not support ntlm version2 , mean i cannot use spring-nltm to do ntlm2 . in that case, what library should I use with spring to do ntlm2? ref: ...

7. spring security form-login    stackoverflow.com

when ntlmprocessingfilter fail (entered wrong username and password), it is forwarded to form-login page. but i cannot get value from j_username in protected UserDetails retrieveUser(String username any idea what i ...

8. Using Tomcat NTLM with Spring Security    stackoverflow.com

I'm using Spring Security 2 with Spring MVC. The tomcat container I will be using already has NTLM support and will provide access to only authenticated users, before forwarding their username ...

9. POST parameters mysteriously eaten after using spring security & an ntlm filter    stackoverflow.com

I have a custom filter that carries out spring security authentication by checking in a database, and another that checks an NTLM provider. The problem is this:

  1. Enter URL http://myapp.com/app/somestuff/stuff
  2. Get redirected to ...





10. Spring Security (ACEGI) With NTLM Authentication    stackoverflow.com

Helo, Are there any working sample application for Spring Security (ACEGI) with NTLM authentication? I am urgently looking for one for my icefaces application. Any help is highly appreciable as I am urgently looking ...

11. Errors While Running NTLM Using Spring Security    stackoverflow.com

I am getting exceptions and errors while running ntlm using spring security. I am not sure how to resolve these errors. Any help is highly appreciable. Thanks

ERROR org.springframework.web.context.ContextLoader  - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error ...

12. NTLM Spring Security Exceptions While Login    stackoverflow.com

I am trying to use NTLM with Spring Security. When I run my index.jsp I am getting exception

Error creating bean with name 'authenticationProvider' defined in 
ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve 
reference ...

13. UsernameNotFoundException during a forward: to a applet    stackoverflow.com

I am having a simple forward controller that does something as below,

    @Controller
public class ForwardController {        
    @RequestMapping(value ...

14. Exception jcifs.smb.SmbException: A duplicate name exists on the network    stackoverflow.com

I am using Spring-security for NTLM authentication. At times when my application I am getting the following error

jcifs.smb.SmbException: A duplicate name exists on the network.
What could be the reason for this? Thanks ...

15. ACEGI With NTLM Autentication    forum.springsource.org

Hello, Could you some one provide a sample working application for ACEGI with NTLM autentication, as I would like to add this in my application. I tried to follow this http://blog.mediasoft.be/ntlm-with-spring-security-20/, ...

16. NTLM Authentication for JNLP    forum.springsource.org

NTLM Authentication for JNLP Hi all, I am working on a Spring flavored appfuse application. And, I have an applet to be used in the application. There is a NTLM filter ...





17. NTLM Authentication with Servlets    forum.springsource.org

NTLM Authentication with Servlets Hello, I'm working in a large corporation. Our Customer Service Dept is using a lot of Intranet web applications and for each webapp the user needs to ...

18. Problem in Configuring NTLM with Spring Security 3.0    forum.springsource.org

Problem in Configuring NTLM with Spring Security 3.0 In my current project, i have configured the NTLM with spring security 2.0 but unable to do the same with Spring Security 3.0. ...

19. multiple NTLM authentication    forum.springsource.org

I am using the NTLM Authentication method provided by SEC-8 with Acegi 0.9.0. I understood that version 0.9.0 no longer authenticates a user with every request, but it still does when ...

20. Spring + Acegi + NTLM + (JCIFS)    forum.springsource.org

Spring + Acegi + NTLM + (JCIFS) Hi, I've scan the this forum relating to NTLM but it seems they are pretty old. I have a problem with implementing SSO. I ...

21. NTLM and Spring Security    forum.springsource.org

NTLM and Spring Security I'm trying to get the NTLM filter to work with Spring Security M1. It seems that the filter works and the user gets authenticated correctly, but I'm ...

22. NTLM Spring Security Example    forum.springsource.org

Hi, I'm new to spring security and would like to use NTLM for single sign on. The current documentation doesn't provide an example, so I was wondering if someone could post ...

23. NTLM authentication and LDAP group authorisation    forum.springsource.org

NTLM authentication and LDAP group authorisation I'm using Spring Security 2.0.0 and NTLM authentication, and an LDAP search in Active Directory to determine security roles. I have come across many problems, ...

24. NTLM Authentication with application specific LDAP authorization    forum.springsource.org

NTLM Authentication with application specific LDAP authorization We would like to authenticate our internal users on Intranet applications by using their Windows domain login. Not all users in the company can ...

25. NTLM Authentication Errors    forum.springsource.org

NTLM Authentication Errors Hi, I am trying to evaluate NTLM Authentication support in Spring Security to replace our existing NTLM Authenication impl (jcifs.http.NtlmHttpFilter). At the moment I have failed to get ...

26. NTLM Authentication Sample Here    forum.springsource.org

NTLM Authentication Sample Here Hi, As there doesn't seem to be any sample of NTLM using the new spring security name space syntax. I thought I would post an sample here. ...

27. NTLM and form based authentication    forum.springsource.org

NTLM and form based authentication I have a webapp up and running which uses NTLM based authentication. Therefore I'm using the following configuration: Code:

28. Does NTLM authentication have to happen on every page request?    forum.springsource.org

Is there a way to configure NTLM authentication so that the authentication only occurs when the session expires? In my application (and this is what led to it cratering) NTLM authentication ...

29. NTLM Authentication and session timeout using NtlmProcessingFilter.    forum.springsource.org

NTLM Authentication and session timeout using NtlmProcessingFilter. I have NTLM authentication working fine using spring 2.5.5. That is until I am on a pages/pages that require session info from the page ...

30. NTLM authentication + LDAP (Active Directory)    forum.springsource.org

NTLM authentication + LDAP (Active Directory) Hi, I need some help if anyone here is willing to give a tip. I have spent about 2 days browsing the net (including this ...

31. Problem with ntlm authentication    forum.springsource.org

Feb 24th, 2009, 08:38 AM #1 Amishi Shah View Profile View Forum Posts Private Message Junior Member Join Date Feb 2009 Posts 14 Problem with ntlm authentication Hi I tried a ...

32. NTLM authentication again    forum.springsource.org

Jun 16th, 2009, 06:41 AM #1 Igor Nikolaev View Profile View Forum Posts Private Message Junior Member Join Date Jun 2009 Posts 2 NTLM authentication again Hi! I'm trying to setup ...

33. NTLM without password    forum.springsource.org

34. NTLM and password login    forum.springsource.org

Hello, Maybe you could help me. I implemented NTLM with the help of the following Tutorial: http://blog.mediasoft.be/ntlm-with-spring-security-20/ For the integration of Selenium i would need a fallback password login. So that ...

35. With NTLM, SPRING_SECURITY_CONTEXT is Null on the first attempt    forum.springsource.org

Hi, Thks for your response. I've just a problem with SecurityContextHolder, I don't know how I can use it inside a jsf page with el expression. My test was in a ...

36. Spring Security 3 + NTLM no longer supported?    forum.springsource.org

According to SEC-1087, it looks like NTLM is not supported with Spring Security 3. There is the JCIFS library (who seem to recommend Jespa, though it has a cost associated with ...

37. Spring Security 3.0 and NTLM    forum.springsource.org

Same as you, and it was a non-discutable requirements. I strongly didn't recommend to anyone the use of NTLM, but sometimes (like in your case) you have no choice... it's why ...

38. Spring Security NTLM 3.0.2.SNAPSHOT    forum.springsource.org

Greetings, I'v just finished migrating code of spring-security-ntlm 2.0.5 to be used with spring-security 3.0.2. More information here: http://aloiscochard.blogspot.com/201...ty-ntlm-3.html Sources & Download: http://github.com/aloiscochard/spring-security-ntlm If anyone interested to contribute, or want to ...

39. Q: Spring Security 2, NTLM and Struts Menu    forum.springsource.org

Q: Spring Security 2, NTLM and Struts Menu Hi all, I've been searching thru the forum but find that most of the questions around this seems outdated (acegi). I am searching ...

40. Help: Spring Security 2, NTLM, servlet-api-provision, Struts Menu    forum.springsource.org

Help: Spring Security 2, NTLM, servlet-api-provision, Struts Menu Hi all, I've been searching thru the forum but find that most of the questions around this seems outdated (acegi). I am searching ...

41. NTLM Authentication with Spring Security 2.x    forum.springsource.org

May 24th, 2010, 01:03 PM #1 amitnist View Profile View Forum Posts Private Message Junior Member Join Date May 2010 Posts 4 NTLM Authentication with Spring Security 2.x Hi, I have ...

42. Spring security core + NTLM    forum.springsource.org

Hello, Does anybody knows if is posible to do than your Grails app accepts the users cached authentication from their windows session?. I have read how to do it with the ...