About 6,800,000 results
Open links in new tab
  1. LDAP Authentication Using Pure Java - Baeldung

    Aug 18, 2023 · In this article, we’ll cover how to authenticate a user with LDAP using pure Java. Furthermore, we’ll explore how to search for a user’s distinguished name (DN). This is important because LDAP requires the DN to authenticate the user.

    Missing:

    • Store

    Must include:

  2. LDAP Authentication using Java - Stack Overflow

    Sep 7, 2012 · I need to do LDAP Authentication for an application. I tried the following program: import java.util.Hashtable; import javax.naming.Context; import javax.naming.NamingException; import javax.

    Missing:

    • Store

    Must include:

  3. Connecting LDAP server from java application - Stack Overflow

    May 21, 2010 · Connection to a LDAP server is made using JNDI (Java Naming and Directory Interface) APIs in Java. The JNDI’s interfaces, classes and exceptions are available in the following packages come with JDK:

    Missing:

    • Store

    Must include:

  4. How to store password in ldap server using java - Stack Overflow

    Nov 27, 2014 · When you are inserting a new entry in LDAP through JNDI, you need to create the entry by giving all its object hierarchy. For inetOrgPerson, the password is in an attribute called userPassword (optional attribute in 'person' object in core schema.

  5. Java LDAP Authentication: A Comprehensive Guide

    This tutorial covers LDAP (Lightweight Directory Access Protocol) authentication in Java, detailing how to integrate LDAP authentication into your Java applications. We will explore necessary libraries, configuration settings, and typical use cases.

    Missing:

    • Store

    Must include:

  6. Integrating LDAP for User Authentication in Java Applications

    To integrate LDAP authentication in your Java application, you need to configure your application to communicate with an LDAP server. Here’s a basic guide to help you get started: 1. Choose an LDAP Server. There are several LDAP servers available, including: OpenLDAP: A free, open-source LDAP server.

    Missing:

    • Store

    Must include:

  7. Java to LDAP Tutorial (Including How to Install an ... - Java

    Sep 28, 2015 · This tutorial will show you how to write Java code to interact with a LDAP. But before we can do that we will need to setup an LDAP server and client on our machine. If at this point you are not sure of exactly what LDAP is, I recommend this post which provides an excellent definition with examples.

    Missing:

    • Store

    Must include:

  8. Getting Started | Authenticating a User with LDAP - Spring

    LDAP servers can use LDIF (LDAP Data Interchange Format) files to exchange user data. The spring.ldap.embedded.ldif property inside application.properties lets Spring Boot pull in an LDIF data file. This makes it easy to pre-load demonstration data.

  9. How to connect to LDAPS using Java - MuleSoft Blog

    Mar 31, 2021 · If you’re using an LDAPS server and you cannot use the standard LDAP Connector of Mule, you can use this custom Java method to interact with your LDAPS server.

  10. A simple Java LDAP Client - Mastertheboss

    Apr 25, 2025 · The UnboundID LDAP SDK for Java is a fast, powerful, user-friendly, and completely free Java library for communicating with LDAP directory servers. Java Swing to display the LDAP tree. Finally, we will use JBang to bundle the dependencies. if you are new to JBang you can check this article: JBang: Create Java scripts like a pro

  11. Some results have been removed
Refresh