Tagged Questions

LDAP library from SpringSource

learn more… | top users | synonyms

4
votes
1answer
608 views

Spring LDAP Authentication (Automatic or not?)

I read through the Spring LDAP reference docs and was unable to figure out whether user authentication against the LDAP server is automated or not. By "automated" I mean that it happens ...
3
votes
3answers
3k views

Spring embedded ldap server in unit tests

I am currently trying to use an embedded ldap server for unit tests. In Spring Security, you can quickly define an embedded ldap server for testing with the tag with some sample data loaded from the ...
2
votes
0answers
111 views

Get list of LDAP domain user names using Java

The ldap user names need to be displayed in the the input box as autocomplete feature. I am trying to get list of users as below: String ldapURL = ...
2
votes
0answers
364 views

Spring LDAP exception - No UserDetailsService registered

I am trying to use Spring Security 3.0.2 LDAP authentication for a JSF website. When I use the below configuration in applicationContext-security.xml I get this exception - ...
2
votes
1answer
238 views

edit LDAP Photo attribute, spring-ldap InvalidAttributeValueException

I develop an LDAP interface program which can modify person attributes, but when I try to modify the value of the photo attribute with an url string, I have this exception : ...
2
votes
1answer
212 views

Spring - Do all beans get processed?

I have a beans.xml file for an LDAP application that I am writing. I am allowing the user the choice of several LdapContextSource(s). For each one I have a different bean, e.g. <bean ...
2
votes
2answers
595 views

LDAP transaction in Java

I have to create a mass insertion feature for our user administration tool. We built a small in-house library using spring LDAP, and everything works fine for single user management (CRUD). I would ...
2
votes
3answers
2k views

how to add user with password in ldap

hello this is my first time on StackOverflow, I hope I will get some responses here. I am using Windows Active Directory 2008 to store new user from java using the spring-ldap api My problem is that ...
1
vote
1answer
47 views

In Grails, how do I create and/or update users based on LDAP authentication, then log them in?

I'm new to Grails, and have jumped into version 2. I'm developing a project that uses Spring Security 3 - and this is working fine - but I want to use my organisations LDAP server (if / when it is ...
1
vote
0answers
33 views

Get internal attributes with Spring LDAP

I'm using Spring LDAP 1.3.0 library to access an internal LDAP server, with Java, but I'm having troubles to do one thing: how can I get an internal attribute of any structure of LDAP? For example, ...
1
vote
0answers
40 views

How to change spring security from ldap to ldap starttls

How to change spring security from ldap to ldap starttls. I am writing a project in Springs using Spring Security and LDAP. I had everything working great and then the admin changed it to ldap with ...
1
vote
1answer
92 views

Find account GUID, and Select it back using Object GUID

I am trying to select a unique identifiers for accounts from Active Directory. I found that "objectguid" attribute do identify a user uniquely, but my problem is that I don't know how to convert the ...
1
vote
1answer
367 views

using spring-ldap with ssl

I need to talk to an LDAP server via spring-ldap with SSL, and the other end has a self-signed certificate no less. Can any kind soul please point me to some instructions for setting this up?
1
vote
0answers
158 views

Java spring ldap navigate into tree

In my ldap admin java program, i use dao classes to convert nodes into java class object. Now my problem is to represent a tree view that is an organization chart for places (service, building, room, ...
1
vote
3answers
239 views

Commentable plug-in with Spring Security LDAP

I'm trying to get the commentable plug-in running with the spring security framework ldap plugin from Burt Beckwith. I found a similar problem here. The only difference seems to be that I'm ...
1
vote
0answers
312 views

How do I combine a TransactionAwareContextSourceProxy with a PoolingContextSource?

I am trying to combining a TransactionAwareContextSourceProxy with a PoolingContextSource. My tests work fine when using only a TransactionAwareContextSourceProxy or a PoolingContextSource. However, ...
1
vote
2answers
2k views

Spring LDAP - bind for successfull connection

I'm trying to authenticate and then query our corporate LDAP using Spring LDAP and Spring security. I managed to make authentication work but when I attempt to run search I always get the following ...
1
vote
0answers
216 views

Not able to get DirContext ctx using Spring Ldap

Hi i am using Spring ldap , after execution below program It display I am here only and after that nothing is happening, program is in continue execution mode. public class SimpleLDAPClient { ...
1
vote
2answers
433 views

Spring/LDAP - Invoking setter methods in beans configuration

I am writing a Spring LDAP application and I have to set the authentication strategy for my ContextSource. I would like to do this in my beans XML file. The JavaDoc for ContextSource says that it has ...
1
vote
0answers
352 views

Getting org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - Parent entry not found in the directory.];

Hi I am using Spring ldap for adding user in ldap. I have specified the context source of LDAP in application context file.... <bean id="contextSource" ...
1
vote
2answers
531 views

Spring LDAP 1.3.0 clarify

I have this error, what does it mean? org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001A8, problem 2001 (NO_OBJECT), data 0, best match of: '' ...
1
vote
1answer
377 views

spring ldap test - custom schema?

Is there a way i can load a custom ldap schema when using org.springframework.ldap.test.TestContextSourceFactoryBean? E.g. for unit tests?
1
vote
1answer
144 views

Minimizing SpringLdap dependencies

I would like to use SpringLDAP to do some simple username/password verification for authentication purposes. WHile the actual jar file is quite small (less than 1 meg) it seems to have a lot of ...
1
vote
4answers
2k views

Cannot use Spring LDAP with Spring Security

I want to authenticate users against our AD so I understand that I need spring security and spring ldap. Here is what is in my POM: <groupId>org.springframework.security</groupId> ...
0
votes
1answer
43 views

Can any Java pro's point me on how to connect to secure LDAP server?

I have been unable to find a resource on this matter. I have the URL and user/password. Please help.
0
votes
1answer
19 views

Need help setting up properties for ActiveDirectoryLdapAuthenticationProvider

My properties no longer work with spring. The error I get is: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name ...
0
votes
0answers
40 views

Why am I getting LDAP exceptions?

I am trying to make a secure LDAP connection and get some properties and I am getting LDAP exceptions. I am fairly new at this so any pointers will be highly appreciated. Here is the error I get: ...
0
votes
1answer
35 views

How do I install a certificate in the trusted certificates keystore within WebSphere?

Our network guy provided us a .cer file in order to install on our laptop running Windows XP with Eclipse and WebSphere. I have seen the following posts: using spring-ldap with ssl However I am ...
0
votes
1answer
64 views

How to change other user password after authentication of one user

I have successfully authenticated one user.Now i want to change password for other user.My first user is just like Admin,so other users password should be changed or reset. I am using following code: ...
0
votes
0answers
109 views

Spring's SimpleNamingContextBuilder and LDAP

I'm currently trying to develop a new module for our existing web application. I'm trying to add LDAP functionality and have problems initializing the LDAP context as the SimpleNamingContextBuilder ...
0
votes
2answers
32 views

Searching for a newly created object fails in AD?

I have a service that connects to Active Directory via Spring-LDAP. When a call is made to create a new user and then a separate call is made to search for that user immediately after, the search ...
0
votes
1answer
107 views

SizeLimitExceededException in LDAP request returning large number of objects

I need to update a large number of objects in LDAP. When I try to fetch them, I catch org.springframework.ldap.SizeLimitExceededException. Does anybody have an idea how to avoid this exception? I ...
0
votes
1answer
64 views

When to use spring ldap authentication

i am new to spring security i read some articles about it, but couldn't find out when to use it. so i want to know when to use spring LDAP authentication and it would be nice if anyone can give me a ...
0
votes
0answers
101 views

Best way to implement WS PasswordDigest, CXF, Spring Security and LDAP

I'm trying to authenticate a user via WS PasswordDigest using Spring Security to an LDAP server. I was searching in several posts that it possible to do it, but I cannot do it. Is it? I made it work ...
0
votes
1answer
325 views

Spring LDAP Template Usage

Please take a look at the test class below. I am trying to do an LDAP search with Spring LDAP Template. I am able to search and produce a list of entries corresponding to the search criteria without ...
0
votes
1answer
208 views

Spring LDAP TLS / SSL Exception: PKIX path building failed: unable to find valid certification path to requested target

Connecting to the LDAP server over TLS fails with the exception org.springframework.ldap.UncategorizedLdapException: Failed to negotiate TLS session; nested exception is ...
0
votes
3answers
309 views

Configuring Spring Security Ldap 3.0 to work with Active Directory LDS

I am hoping that someone will help me out with a really frustrating problem I have. Currently I am trying to get Spring Security 3.0 Web App to authenticate with an AD LDS instance but I keep getting ...
0
votes
0answers
133 views

How do I search in Active Directory for something other than a person from Grails/Groovy?

I want to search for a known OU in my forest and then iterate the children. These OUs are not people, they are organizationalUnits. I'm working in a Grails 1.3.7 application, using the Grails LDAP ...
0
votes
1answer
199 views

How to convert the SID to String and vice versa in Java?

I'm writing a program in Java, using Spring-LDAP. I need to implement a method, which should search a user by SID. For this reason I use a filter like "&((objectClass=User)(objectSid="+sid+"))". ...
0
votes
0answers
187 views

Spring LdapTemplate Connection reset after an undetermined period of time

On one of my applications we use Spring LdapTemplate to query and add entries to our LdapService. We were querying one service fine, but had a need to make another LdapTemplate to bind to another ...
0
votes
1answer
212 views

How to perform search operation in ldap using spring

I want to search specific user details from ldap. so i have wrote down following code retrieving user details but it returns list of user object. Basically i want only person obejct not list of person ...
0
votes
0answers
128 views

Spring security 2.0.x UserDetailsContextMapper and Spring LDAP 1.2.0 AbstractContextMapper

I am securing an application using spring security. As part of my configuration I can pass "OurUserDetailsContextMapper", which implements UserDetailsContextMapper, in to a userDetailsService to ...
0
votes
0answers
37 views

LDAP Authentication with “forwarded” domain credentials

what I need is LDAP authentication without having user to enter user name / password. Once user is logged into the domain account in Windows, same user should automatically be ...
0
votes
2answers
199 views

Where can I find spring-ldap 1.3.1-RELEASE maven repo

1.2.1 is available, i can get it by <dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap</artifactId> ...
0
votes
0answers
149 views

Spring Ldap security to autheticate in multiple domains

I have 3 ldap domains like ldap://domain1:389/DC=xxx,DC=xxx ldap://domain2:389/DC=xxx,DC=xxx,DC=xxx ldap://domain3:389/DC=xxx,DC=xxx,DC=xxx i need a mechanism if the user is ...
0
votes
2answers
239 views

Trying to use Spring LDAP for coding

Trying to use Spring LDAP for coding but this is my error NoClassDefFoundError: org/apache/directory/server/core/DirectoryService
0
votes
0answers
256 views

Configuring Spring-LDAP to use WebLogic LDAP context

Most examples that show using spring-ldap to authenticate users, such as http://blog.jayway.com/2009/02/02/simple-authentication-using-spring-ldap/ define the connections to ldap in spring xml ...
0
votes
1answer
359 views

How can I get plaintext password from spring-security?

I use Grails + spring-security + LDAP to authenticate users. The authentication works now but I need the plain text password to authenticate a second service. I tried the SpringSecurityService ...
0
votes
1answer
511 views

Spring LDA: Problem with contextSource Bean

I am writing a Spring application that uses LDAP. Here is my beans file. <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" ...
0
votes
4answers
1k views

NoClassDefFoundError in Websphere — JARs are present

I have a simple Spring MVC application that looks up some user details from an LDAP server and prints out a simple HTML page using a JSP. The application works fine on Tomcat 6. It uses Spring LDAP ...

1 2