ldap 2 « Java EE « Spring Q&A





1. ldap searching does not work when using SimpleNamingContextBuilder    forum.springsource.org

ldap searching does not work when using SimpleNamingContextBuilder When I create local JNDI with SimpleNamingContextBuilder like: SimpleNamingContextBuilder builder = new SimpleNamingContextBuilder(); //do some bindings here builder.activate(); When I try to search ...

2. Sample LDAP WAR not working    forum.springsource.org

Feb 5th, 2009, 05:26 PM #1 hugoqzd View Profile View Forum Posts Private Message Junior Member Join Date Jan 2009 Posts 2 Sample LDAP WAR not working I am trying to ...

3. LDAP additionalAuthenticationChecks    forum.springsource.org

Hello, In Acegi Security I've been using the additionalAuthenticationChecks method from the LdapAuthenticationProvider class to perform some additional checks. But now I am migrating to Spring Security and I see that ...

4. Problems after authorizing with ldap server    forum.springsource.org

Problems after authorizing with ldap server Hi, i get the following exception from my webapp: Code: 09:54:11,135 DEBUG AbstractSecurityInterceptor,http-8080-Processor7:313 - Previously Authenticated: org.springframework.security.providers.UsernamePasswordAuthenticationToken@657768e5: Principal: org.springframework.security.userdetails.ldap.LdapUserDetailsImpl@c37f31: Username: wf_user1; Password: [PROTECTED]; Enabled: true; ...

5. Following LDAP referrals causes error    forum.springsource.org

Following LDAP referrals causes error Hi! I am struggling to get Spring Security to follow referrals for authentication. Right now I have this in my security context file: Code:

6. Error when using ldap-server tag    forum.springsource.org

Jun 19th, 2009, 02:14 PM #1 eloyot View Profile View Forum Posts Private Message Junior Member Join Date Jun 2009 Posts 6 Error when using ldap-server tag Hi All, I am ...

7. Step by step ldap tutorial.    forum.springsource.org

Step by step ldap tutorial. This is a part of my security xml file Code:

8. Ldap failover problem    forum.springsource.org

Ldap failover problem I'm trying to setup simple ldap failover. I have two ldap servers with identical data. In case that one server is down, the other one should take over. ...

9. Embedded LDap and Custom Schema    forum.springsource.org

Embedded LDap and Custom Schema Hi, I have to make some unit tests on an application which used a LDap. So i want to test this application with an embedded LDAP. ...





10. LDAP sample configuration (which do not support anonymous search)    forum.springsource.org

hi, I am trying to configure spring security with LDAP server. our company's LDAP servers do not support anonymous search. could some one please post some sample configuration or a link ...

11. Authentica in two LDAP    forum.springsource.org

I would like to authenticate my users ijn two LDAP servers. Search the user in one and if not found look for in the other. How can i do that ? ...

12. LDAP bind problem    forum.springsource.org

LDAP bind problem Hello, I am trying to use the ldap authentication feature with the configuration below. When I try to login, I observe that the system can look up the ...

13. How to connect to LDAP without manager-dn    forum.springsource.org

We need to validate our users and passwords against a LDAP server using acegi, but the "manager-dn" and "manager-password" are only property of the system administrator. The problem is that only ...

14. Ldap namespace issue    forum.springsource.org

Ldap namespace issue I recently switched to using the namespace configuration but have run into a problem using property placeholders. I have the following line: Code:

15. Spring LDAP    forum.springsource.org

Spring LDAP HI, i am trying to create a user in the LDAP using spring portlet, but facing the following exception, org.springframework.ldap.SchemaViolationException: [LDAP: error code 65 - Object Class Violation]; nested ...

16. [3.0.0][LDAP] cannot find MutableServerStartupConfiguration class    forum.springsource.org

Hi all, Id like to use spring-security-ldap authentication, im inspired by the ldap sample web app using maven with dependencies: Code: org.apache.directory.server apacheds-core-jndi 1.5.5 compile org.springframework.security spring-security-config 3.0.0.M2 ...





17. Unit test with embedded LDAP server    forum.springsource.org

I'm trying to write my first unit test with an embedded ldap server and I'm getting behaviour I do not understand. If I include the ldap-server tag in my context file ...

18. Ldap - StaticLoggerBinder problem    forum.springsource.org

Ldap - StaticLoggerBinder problem Hello, I'm building an application based on Spring Security and Hibernate. I need to use Spring Ldap to authenticate my users and for this I am trying ...

19. 3.0 ldap namespace config    forum.springsource.org

3.0 ldap namespace config i'm trying to use only the 3.0 namespace config for ldap in a new project i'm starting. i'm a bit lost to why this isn't working. i ...

20. Multiple LDAP Servers    forum.springsource.org

Multiple LDAP Servers Hello, We are using spring-security 2.0.5 to authenticate users in our application. Now we have requirement to authenticate users from two different LDAP servers (i.e different provider urls ...

21. embedded LDAP Server NOT working with Apache DS1.5?    forum.springsource.org

embedded LDAP Server NOT working with Apache DS1.5? Hi I'm trying to configure spring security to use the embedded ldap server for testing, to avoid the need to be connected when ...

22. Full example of implementing remember-me with ldap    forum.springsource.org

Hi, is there a complete clear example of implementing the 'remember-me' functionality with spring security 3 using ldap authentication, including context and class descriptions? I've been going around in circles with ...

23. LDAP Remember-me cookie determined to have expired when it hasn't    forum.springsource.org

LDAP Remember-me cookie determined to have expired when it hasn't I have an app where remember-me was working fine for db-based accounts, but not for LDAP accounts (we support both types ...

24. LDAP Sample Help? Missing jar    forum.springsource.org

LDAP Sample Help? Missing jar I'm trying to run the LDAP Sample application for Spring Security 3.0.2. I ran the maven tasks to build the war and trying to deploy it ...

25. Using LDAP as your persistence engine    forum.springsource.org

Roo presently relies on the presence of a JPA provider, so this is really necessary if you'd like to change your backend type. You could also write an add-on that would ...

26. LDAP: Searching for within groups    forum.springsource.org

27. Http Digest against LDAP Server?    forum.springsource.org

Http Digest against LDAP Server? We have been using Spring-Security for authentication for a web application in Jetty container. we are able to use form based authentication against a database or ...

28. ApacheDS Spring embedded ldap server    forum.springsource.org

ApacheDS Spring embedded ldap server I've look at some of the existing threads related to this, so sorry for reposting, however I can't distill a solution to my problem from there. ...

29. Reference LDAP parameters in separate config file    forum.springsource.org

Reference LDAP parameters in separate config file Hi @all, I`m using ACEGI with ldapAuthenticationProvider to handle the authtentification of my webapplication. So far everything works fine. But now I have the ...

30. Can't deploy/run LDAP sample (3.0.3)    forum.springsource.org

Can't deploy/run LDAP sample (3.0.3) Hi there, when i try to deploy the LDAP-sample of Spring-Security 3.0.3, (http://repo2.maven.org/maven2/org/sp....3.RELEASE.war) i always get the following exception: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name ...

31. First LDAP login hangs after app has been idle    forum.springsource.org

First LDAP login hangs after app has been idle Hi, I'm a long time Spring user, using Spring Security for the first time and it's working really well. Our app runs ...

32. using ldap : exception    forum.springsource.org

Sep 29th, 2010, 01:04 PM #1 afef View Profile View Forum Posts Private Message Member Join Date Sep 2010 Posts 48 using ldap : exception good evening , I'm tring to ...

33. LDAP samples on maven repositorie doesn't work    forum.springsource.org

Good Morning, I tried to run wars at " http://repo2.maven.org/maven2/org/springframework/security/spring-security-samples-ldap/" but they don't want to be deployed on my tomcat server ( I tried V6 and V5.5) Any help will be ...

34. Help converting LDAP config from namspace to bean    forum.springsource.org

There are two general approaches to figuring out the wiring of beans. One is to take a look at the spring-security-config source code and find out what the BeanDefinitionParsers are doing. ...

35. Embedded LDAP    forum.springsource.org

Embedded LDAP I'm trying to use the embedded LDAP server for development and testing as suggested; this is in a console app, not web, to make things simpler for the moment. ...

36. LDAP X ContextSource X Refresh properties    forum.springsource.org

LDAP X ContextSource X Refresh properties Hello there, I have a situation and would like to ask for your help! Cenario To setup an environment with two Authentication Providers, LDAP (with ...

37. Embedded LDAP gives pooling exception    forum.springsource.org

Embedded LDAP gives pooling exception A basic setup with the embedded LDAP server throws an exception involving pooling, before authenticating successfully. When re-running this in Eclipse, without "removing all terminated" it ...

38. LDAP - url with space problem    forum.springsource.org

LDAP - url with space problem Hi, I am using Spring Security 3.0.5. When I provide I get IllegalArgumentException("Root DNs must be the same when using multiple ...

39. LDAP Design Issue    forum.springsource.org

I have a batch process and I need to periodically go to LDAP and get a list of users in a group along with certain attributes for the users to sync ...

40. LDAP authorities    forum.springsource.org

LDAP authorities Hi everyone, I am currently trying to query an Active Directory server. I am successfully authenticating the user but I am having problems when trying to get the users ...

41. ldap-spring question    liferay.com