Questions tagged [spring-security-ldap]

285 questions
0
votes
1 answer

Query LDAP users with Spring Security LDAP in Grails?

I want to get the list of all users in a specific group of an LDAP directory, and also I'm using Spring Security LDAP; and I cant find any thing that could solve my issue. I'm already have Spring Security LDAP and I can get context and principal and…
Lrrr
  • 4,755
  • 5
  • 41
  • 63
0
votes
1 answer

Equivalent definition of in pre-namespace Spring 2.x

I have a Spring 3 application I use: What would be the name space equivalent spring 2. is because I login with my LDAP…
Elias Vargas
  • 1,126
  • 1
  • 18
  • 32
0
votes
0 answers

Spring Security LDAP and Database

I need help/example on how to implement both LDAP (Active Directory) and Database authentication for spring security . I started from gs-spring-security-3.2-master on github , and want to add LDAP to it . BR
Shahbour
  • 1,323
  • 1
  • 16
  • 42
0
votes
1 answer

embedded a ldap server with spring-security using java (instead of xml)

I need to embeed a LDAP server with spring for testing purposes. The following code works: src/main/webapp/WEB-INF/web.xml [...] contextClass
David Portabella
  • 12,390
  • 27
  • 101
  • 182
0
votes
2 answers

Need suggestions on security design for a web application

i'm designing a security module for a web application using spring security . There are 3 separate wars(3 Apps)using separate login, deployed in a JBOSS Server. The requirement is , If the user is authenticated in one app then he should be able to…
0
votes
1 answer

getPassword() returns null in spring security 3.1 with ldap although I set erase-credentials="false"

I need to get the username and password for the logged user to use these credentials to reconnect to another product. Here is my SecurityContext.xml
0
votes
1 answer

Spring security ldap with struts 1.1 integration

Not able find out steps to Integrate Spring security ldap authentication in struts 1.1 application.
Lokesh Guru
  • 133
  • 1
  • 8
0
votes
0 answers

Weird grails error user error

I am using Grails with no database and with Spring Security LDAP. It was working fine, but suddenly is now doing HTTP Status 500 - could not execute query; SQL [select this_.id as id2_0_, this_.version as version2_0_, this_.account_expired as…
Badmiral
  • 1,549
  • 3
  • 35
  • 74
0
votes
1 answer

Issue with Dynamic Groups in OpenLDAP

I'm trying to move our current web-apps to retreive roles and authentication against and openLDAP system. I'm having a bit of an issue with dynamic groups (groupOfURLs) and openLDAP. I'm using OpenLDAP 2.4.33 and spring 3.2 . I've got my…
joey.enfield
  • 1,229
  • 8
  • 14
0
votes
1 answer

Make spring security and apacheds reread a .ldif file

I'm using spring-security to authenticate simply , and apacheDS via a simple ldif file:
Geoff G
  • 11
  • 6
0
votes
2 answers

Tag [roles] does not exist. No tag library found for namespace: sec

Currently have this:

Logout

Who are you?


Badmiral
  • 1,549
  • 3
  • 35
  • 74
0
votes
1 answer

Modify ldap provider url without restarting the spring security application

we are providing facility to customer to configure ldap server runtime. But when i modify provider server url used in constructor of context source, the application crashes. Is there any way to change ldap server url at runtime? for…
sagar
  • 23
  • 1
  • 1
  • 4
0
votes
1 answer

Grails Spring Security ui plugin with ldap authorities?

I have the Grails Spring Security ldap plugin working and connecting to my Active Directory. Now I am trying to add the Spring Security UI plugin to manage my AD users and roles. Is this possible? It appears that the spring security ui plugin…
0
votes
2 answers

spring security rc2 sample build failure

I get the following error while trying to build spring-security-samples-ldap-jc. I'm using the 3.2.RC2. I've added the http://repo.spring.io/milestone to the set of repositories in my pom.xml [INFO] Scanning for projects... [WARNING] …
0
votes
1 answer

How to retrieve users' groups?

I've configured a Spring-based application with ADFS2.0, but I cannot retrieve users' groups. I think it's a ADFS problem, but any ideas? Regards
Johann
  • 447
  • 4
  • 12
1 2 3
18
19