About 561,000 results
Open links in new tab
  1. Spring Security AD LDAP: error code 1 - Stack Overflow

    Nov 6, 2015 · I am trying to connect Ldap from spring security, getting connection errors. Could some one suggest what is wrong with this configuration, UsernamePasswordAuthenticationFilter - An …

  2. oracle database - LDAP: error code 1 - Stack Overflow

    Jun 10, 2019 · Am Developing an application in Spring MVC with Spring Security. Now Integrating the OUD (Oracle Unified Directory) through LDAP. User authentication is working perfectly but the …

  3. JAVA LDAP ERROR javax.naming.NamingException: [LDAP: error code 1 ...

    Dec 28, 2018 · I have a C# code to connect to LDAP Server and it works perfectly fine The working C# code is given below user = "[email protected]"; string pwd = "secret"; String uid = "...

  4. authentication - LDAP: error code 49 - Stack Overflow

    Jul 14, 2015 · The solution you talk about is for the error LDAP: error code 1 - 000004DC: LdapErr: DSID-0C09075A which is different and occurs because you didn't bind LDAP via Java code only.

  5. active directory - java: ldap NamingException - Stack Overflow

    This can be found by converting the error code you have (000020D6) into decimal and checking in winerror.h. In my opinion you need to supply a base DN for the search you are performing.

  6. Authenticate javax.naming.NamingException: LDAP - Stack Overflow

    I am trying authenticate with LDAP using SpringBoot, but I get error for NamingException, I am new with this, but I saw this post Authenticating using LDAP with ...

  7. Failed connection to AD when configuring GCDS - Server Fault

    Aug 13, 2024 · 1 I'm configuring Google Cloud Directory Sync for synchronising Google Workspace with Active Directory. When I set LDAP connection settings and test the connection, it returns this error:

  8. LDAP error code 8 for some users but not others - Stack Overflow

    We would need to know what LDAP server you are using and all relevant configuration information. But why aren't you using LDAPS? That's the easy solution.

  9. Unable to bind to server: Can't contact LDAP server

    Jul 11, 2022 · Environment: LDAP Server Type: ActiveDirectory LdapRecord-Laravel Major Version: v2.5 PHP Version: 8.0 I'm using ldaprecord and I'm getting "ldap_bind (): Unable to bind to server: …

  10. Sonarqube LDAP: error code 1 and 49 - Stack Overflow

    Sep 16, 2016 · First issue This is the real problem in your error: In order to perform this operation a successful bind must be completed on the connection As per LDAP Plugin documentation these are …