spring-ldap
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, w[详细]
2023-02-21 07:45 分类:问答Spring LDAP - bind for successful 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 e[详细]
2023-02-16 02:28 分类:问答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.[详细]
2023-02-11 14:31 分类:问答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[详细]
2023-02-06 05:12 分类:问答Spring LDA: Problem with contextSource Bean
I am writing a Spring application that uses LDAP. Here is my beans file. <?xml version="1.0开发者_如何学Python" encoding="UTF-8"?>[详细]
2023-02-05 14:52 分类:问答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).[详细]
2023-02-03 06:29 分类:问答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....[详细]
2023-01-31 20:05 分类:问答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.[详细]
2023-01-31 04:05 分类:问答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:[详细]
2023-01-09 03:55 分类:问答spring ldap test - custom schema?
Is there a wa开发者_运维问答y i can load a custom ldap schema when using org.springframework.ldap.test.TestContextSourceFactoryBean? E.g. for unit tests?Have you tried using an LDIF file via the setLd[详细]
2022-12-29 02:15 分类:问答