Tagged articles
5 articles
Page 1 of 1
php Courses
php Courses
Aug 16, 2024 · Backend Development

Using PHP LDAP Functions to Connect, Bind, and Authenticate Users

This tutorial explains how to use PHP's LDAP functions—ldap_connect, ldap_bind, ldap_search, and ldap_get_entries—to establish a connection to an LDAP server, bind an administrator account, and perform user authentication with example code for each step.

AuthenticationDirectory ServicesLDAP
0 likes · 4 min read
Using PHP LDAP Functions to Connect, Bind, and Authenticate Users
Ops Development Stories
Ops Development Stories
Oct 18, 2021 · Backend Development

Mastering Go-LDAP: Connect, Manage, and Secure LDAP with Go

Learn how to use the Go‑ldap library to connect to an LDAP server, set up a Docker‑based LDAP environment, and perform core operations such as creating, listing, deleting users and checking weak passwords, complete with full code examples and optimization tips.

Directory Services
0 likes · 11 min read
Mastering Go-LDAP: Connect, Manage, and Secure LDAP with Go
Programmer DD
Programmer DD
Jun 20, 2021 · Backend Development

How to Integrate LDAP with Spring Boot: A Step‑by‑Step Guide

This tutorial explains why centralizing user data with LDAP simplifies multi‑system authentication, introduces LDAP fundamentals, and provides a complete Spring Boot example—including Maven dependencies, embedded LDIF setup, entity mapping, repository usage, and test cases—to help developers quickly connect to both embedded and external LDAP servers.

BackendDirectory ServicesJava
0 likes · 12 min read
How to Integrate LDAP with Spring Boot: A Step‑by‑Step Guide