spring-ldap icon indicating copy to clipboard operation
spring-ldap copied to clipboard

Spring LDAP

Results 124 spring-ldap issues
Sort by recently updated
recently updated
newest added
trafficstars

I did not find support for Virtual List View in Spring LDAP project. Based on past tickets, it was considered but never implemented. Is this something the team can look...

We received a ticket for Spring Data LDAP ([DATALDAP-72](https://jira.spring.io/browse/DATALDAP-72)) requesting support for Modify-Increment Modification. I think Spring LDAP is the appropriate place for this to happen. Original description: > It...

严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 3 in XML document from class path resource [applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; systemId:...

avr. 25, 2018 9:53:15 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 1 in XML document from class path resource [applicationContext.xml]...

I use the save method in CrudRepository to save the record, but the data is not written to the AD, and there is no hint of exception information; Do I...

Last week I have switch from self-made-ldap-connection-management-solution to spring-ldap, since I am using spring framework underneath my web-application anyways. Spring-ldap currently seem to support both apache’s commons-pooling and commons-pooling2. Latter...

When using LdapTemplate to explicitly execute LDAP queries, we could configure connection pooling parameters within @Configuration like the following: ``` @Bean public LdapTemplate ldapTemplate() throws Exception { return new LdapTemplate(poolingLdapContextSource());...

When executing any gradle tasks for the `User-Admin` sample I get the following error: ``` could not get unknown property 'SAMPLE_WAR_GRADLE' for root project 'user-admin' of type org.gradle.api.Project. ```

I'm in the process of learning various new Spring components and to that effect, I was doing the Spring LDAP guide here: https://spring.io/guides/gs/authenticating-ldap/ . To make it more interesting, I...