About 566,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, …

  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 …

  3. JAVA LDAP ERROR javax.naming.NamingException: [LDAP: error …

    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 …

  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 …

  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. 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.

  7. 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 ...

  8. 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 …

  9. 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 …

  10. ERROR: Could not build wheels for python-ldap, which is required …

    Mar 14, 2023 · I found that using python3-ldap instead of python-ldap could potentially resolve this issue, particularly if you're working with Python 3 or a later version. To implement this …