Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters, and more.
0
votes
1answer
15 views
Spring ldap integration
I am new to spring security and LDAP too.
Trying to integrate ldap server using spring security
Also followed a couple of examples or the same.
Security xml looks like this
<beans:beans ...
0
votes
1answer
38 views
Spring security 3.1 authentication LDAP with md5
When we try to authenticate using the spring authentication manager, its says "bad credentials":
Authentication request = new UsernamePasswordAuthenticationToken("john", "johnldap");
result = ...
1
vote
1answer
34 views
Spring Security LDAP authentication Multiple dn pattern
We are using spring security & using LDAP to authenticate our web application. In our LDAP configuration, there are multiple userndn patterns available. I would like to know how to configure ...
1
vote
0answers
24 views
Spring Security with two LDAP servers
Out corporate network is set up with different Active Directory / LDAP servers, one server per each location.
Example:
Germany: ldap://ldapserver1.germany.corp.domain/DC=germany,DC=corp,DC=domain
...
0
votes
1answer
90 views
How to integrate an LDAP user with the PERSON table created by Spring Security in Grails?
We are creating a grails aplication where we want the user to log in using their Active Directory credentials. Additionally, we want to give the business owner of this application the ability to ...
1
vote
1answer
38 views
Can I configure Spring Security to prompt for domain name, along with user name and password
I am authenticating using LDAP, and everything works fine for users within a specific domain. But I'm having difficulty understanding how I can authenticate users that are under a second domain. My ...
0
votes
2answers
70 views
Spring security LDAP Authentication without specifying authentication details in the configuration file
We are using Spring security LDAP authentication in our application for authentication purpose. For ldap authentication, we configure a userid and password in the applicationContext-security.xml. I ...
0
votes
2answers
80 views
How to add LDAP cache in Spring LDAP?
I want to cache LDAP user data locally to allow faster queries. Do the Spring LDAP offers such a functionality? How can I do this?
I am using Spring Security 3.1 and Spring LDAP 1.3.1 for ...
0
votes
0answers
40 views
Spring LDAP Authentication Using Spring and JSF Framework
I have a requirement to develop a login module using Form Based Authentication and then connect and validate user credentials using Spring LDAP. However, the project has constraint to use only JSF 1.2 ...
0
votes
0answers
177 views
overriding message [LDAP: error code 32 - No Such Object]; nested exception is javax.naming.NameNotFoundException
I'm using Spring LDAP security to authenticate users. In my .jsp I have:
<c:if test="${not empty param.login_error}">
<div ...
0
votes
0answers
126 views
Using spring ldapTemplate, how do i delete/unbind an LDAP entry?
How do I unbind an LDAP entry via Spring LdapTemplate?
I have an LDAP entry uid=johnsmith@example.com,objectClass=posixAccount. Not sure if it matters, but johnsmith@example.com is also a member of ...
1
vote
0answers
62 views
Dynamic Authentication and Authorization Mechanism
I am developing a web application consisting of different domains. I have tried to implement hierarchical RBAC for authorization. Each domain has some predefined operations in their bo ...
0
votes
1answer
149 views
DB and LDAP authentication by using Spring Security
I am working on one project where I am using Spring Security and it authenticates user nicely from DB.
Now my need is I want to authenticate user using LDAP and Keep existing DB authentication as ...
1
vote
1answer
44 views
Causes for instant Timelimit error when accessing AD via java
I am trying to chase down a problem with CAS that is causing the following exception to be thrown:
javax.naming.TimeLimitExceededException: [LDAP: error code 3 - Timelimit Exceeded]; remaining name ...
1
vote
2answers
178 views
How do I Get memberOf attribute from ldap DirContextOperations
I am tring to get a list of groups a user is a member of, currently I can get most attributes as follows
CustomLdapUserDetails.Essence essence = new CustomLdapUserDetails.Essence();
...
0
votes
1answer
103 views
Spring Security 3.1 - Multiple Authentication Managers - Execute an action depends on the method succeeded
I have this on my app-security.xml, and I want to do some tasks if the user was logged in LDAP, other tasks if the user was logged in DB, etc.
<ldap-server ...
0
votes
2answers
106 views
Spring embedded LDAP with LdapTemplate
In Spring, how embedded LDAP can be used with Spring LDAP Template. Currently, my configuration is -
<?xml version="1.0" encoding="UTF-8"?>
<beans ...
0
votes
1answer
55 views
Alias entry in LDAP and fetching alias data
I am completely new in LDAP. I am not getting how to create alias in LDAP. I am using Spring-LDAP template in my project.
My scenario is : Imran Khan can be found under Sports as well as Politics. I ...
1
vote
1answer
74 views
How to make LdapContextSource pointing to UnboundID InMemoryDirectoryServer?
I have a set of old automated test cases which are based on Spring LDAP framework. They connect to an external LDAP server. I am thinking about replacing the external server with an embedded one. The ...
0
votes
2answers
182 views
active directory filter with objectGUID encoded as specified in rfc2254 doesn't work
I'm using java ldap to access active directory, more specifically spring ldap.
a group search by objectGUID yields no results when the filter is encoded as specified in rfc2254.
this is the guid in ...
2
votes
2answers
71 views
How do I get LdapAttributes
I'm trying to export ActiveDirectory records into LDIF-formatted files using Spring.
I'm finding lots of information about parsing LDIF files, but relatively little about exporting to LDIF. With ...
0
votes
0answers
30 views
GldapoException : Attempt to set brdn of object with a naming attribute of
I am using ldap 0.8.2 plugin (grails 2.2, java 1.6) for grails to query openLdap server for entries. When I use the find/findAll() methods to do this, I keep hitting the 'attempting to set brdn of ...
0
votes
1answer
108 views
OpenLdap : How to query for alias objects from spring ldap api?
I am using spring ldap to connect to OpenLdap.
Wondering if there is any way in which we can query all the aliases present inside a particular base? I tried ldaptemplate.search, but it returns only ...
0
votes
3answers
302 views
spring security 3.1 destroys existing session with active user logged in
I have an application with spring security 3.1 and Ldap integration. Below are the key points in the requirement and implementation so far:
The application will have multiple roles for single user ...
0
votes
0answers
73 views
Spring LDAP - get authorities from multiple LDAPs
I'm in the starting phase of my project, so I'm sorry to can't show you a specific example.
In this project, I will have to check in multiple LDAPs if a user exists, and do an addition of his ...
1
vote
1answer
659 views
java.net.ConnectException: Connection timed out when connecting to ldap
i am trying to connect to ldap active directory on windows server 2008 using spring ldap 1.3.1.RELEASE
and ldap config is as follows:
ldap url is: ldap://dc.fabrikam.com
username: administrator
...
0
votes
2answers
289 views
Spring LdapTemplate - attribute 'gidNumber' not allowed exception
I'm trying to control OpenLDAP using Spring LDAPTemplate.
In LDAP, I've groups and users organization units. I'm trying to bind new users into LDAP with group association. (Generic User Account) So ...
0
votes
1answer
377 views
Spring security 3.1 ldap
I am trying to authenticate to an ldap server using spring security 3.1.
I have zero to very little knowledge of ldap.
In the old code , which is around 7years old. we have a servlet calling a ...
1
vote
2answers
694 views
Unable to decrypt MD5 hashed byte array
I'm using Apache DS with Spring LDAP for authentication and user management. Apache DS sends password fields as hashed byte arrays, so I need to decrypt it into String. I'm using MD5 hashing.
For ...
0
votes
1answer
310 views
spring security ldap authentication fails only the first time
I am using spring-security to just authenticate to an LDAP server. The first login attempt fails with the following stack trace, subsequent goes ok.
Versions are spring-security 3.1.3.RELEASE, spring ...
0
votes
0answers
52 views
How to override javax.net.ssl.* system variables for my spring-ldap application?
I trying to find out how to specify a location of a keystore file that is specific for my application.
My application is running on a glassfish server and integrates to an Active Directory.
To make ...
0
votes
1answer
67 views
No result returned from LDAP with JNDI
I am using spring-ldap and passing this search filter
(&(&(cn=*)(objectClass=group))(member=cn=MDMAdmin\, Test,ou=Externe Accounts,ou=Users,ou=Foo-Deutschland,dc=foocompany,dc=int))
to ...
0
votes
4answers
517 views
Why is baseDN incorrect when doing ldapTemplate.authenticate()?
I am trying to authenticate against active directory using Spring's LDAP package, but I keep getting an error saying that I have specified the wrong baseDN (Ldap error code 32):
...
2
votes
1answer
450 views
Integration tests with spring-security and ldap
Spring embedded ldap server in unit tests is similar, however no answer was given that suites me.
I can run my integration tests with spring and the embedded ldap server of spring-security without ...
1
vote
1answer
98 views
Why do we not have to specify objectclass for an ldap user when using ContextMapper?
Please bear with me as I am new to spring and ldap.
If I want to map users from an ldap server to a Person java object, does it matter if the query from the ldap server contains the objectclass or ...
1
vote
2answers
89 views
Spring Security and LDAP MD5 authentication
I need to do spring security authentication where users whose passwords are stored in LDAP MD5 Hex encoding format using password comparison. For LDAP SHA encoding I can use LDAPShaPasswordEncoder. ...
0
votes
1answer
335 views
LDAP authentication using Spring security 2.0.3
I am trying to do LDAP authentication using spring security 2.0.3
Here is my configuration
<bean id="contextSource" ...
0
votes
0answers
99 views
Setup SSL connection using LdapContextSource
I am using Spring LDAP's LdapContextSource to connect to oracle directory server. I am able to connect to server using common mode. But my requirement is to connect in SSL mode.
Can anybody tell me ...
0
votes
0answers
415 views
The matching wildcard is strict, but no declaration can be found for element 'security:ldap-server'
I am trying to start application on Tomcat 7 which starts embedded ldap server.
That is my security-config.xml:
<?xml version="1.0" encoding="UTF-8"?>
<beans ...
0
votes
0answers
90 views
Getting LDAP roles from Apache Directory Studio
I am trying to get roles in a java (.jsp) page through LDAP directory server.
if the role exists, certain elements will be displayed.
However, I am not sure how to connect to the actual LDAP ...
1
vote
1answer
440 views
Spring LDAP using LdapContextSource giving NoClassDefFoundError for com.sun.jndi.ldap.ctl.ResponseControlFactory
I am trying to access LDAP using spring-ldap org.springframework.ldap.support.LdapContextSource class.
Following is my code.
config file
<bean id="contextSource"
...
0
votes
1answer
155 views
Multitenant using Spring LDAP
I am developing Spring Based multitenant application. I was refering to artical @ http://www.ibm.com/developerworks/library/j-saas/index.html
It shows how to implement Multitenant application using ...
1
vote
1answer
419 views
Grails resources.groovy beans
Im having some problems trying to actually determine if my beans have been properly loaded.
Is there some log4j property which can show me in the log what beans that are properly loaded?.
After some ...
0
votes
0answers
119 views
remember me in spring ldap authentication
I am authenticating users against LDAP.
Here is my spring security config file,
and it works just fine.
But I don't know how to specify remember-me functionality.
I found this link ...
0
votes
2answers
103 views
Spring LDAP authenticate method throws java.lang.NoSuchMethodError
I am trying to use the LDAPTemplate authenticate method from Spring LDAP (1.3.1.RELEASE), but it throws following exception
java.lang.NoSuchMethodError: ...
3
votes
2answers
845 views
Spring LDAP basic usage
I'm trying to figure out how Spring LDAP (not the Spring security thing) works by setting up the most basic working program, but it seems that the actual authentication breaks.
This is the error I ...
1
vote
1answer
87 views
Suborganizations and Unique id
I can succesfully authenticate my application with ApacheDS
But now i use only one domain.
I want to add subdomains or sub organizations under root domain.
For example a root organization as
...
0
votes
1answer
150 views
Reference username after Spring LDAP Authentication [duplicate]
Possible Duplicate:
When using Spring Security, what is the proper way to obtain current username (i.e. SecurityContext) information in a bean?
spring security how to retrieve username
I ...
0
votes
3answers
983 views
LDAP: How to authenticate user with connection details
I am not able to authenticate a user using LDAP. I have got following details:
URL=ldap://10.10.10.10:389
LDAP BASE:DC=lab2,DC=ins
LDAP Bind Account: CN=Ldap Bind,OU=Service ...
0
votes
2answers
790 views
Spring LDAP: InvalidNameException: /: [LDAP: error code 34
I am getting following exception while authenticating a user:
If I use values in applicationContext like this:
<property name="url" value="ldap://10.10.10.10:389/DC=lab2,DC=ins" />
...


