Tag

LDAP

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 17, 2025 · Backend Development

Using PHP LDAP Functions for Connecting, Binding, and User Authentication

This tutorial explains how to use PHP's LDAP functions to connect to an LDAP server, bind a user, and authenticate credentials, providing complete example code for each step to enable secure authentication in web applications.

AuthenticationBackendLDAP
0 likes · 4 min read
Using PHP LDAP Functions for Connecting, Binding, and User Authentication
php中文网 Courses
php中文网 Courses
Apr 14, 2025 · Backend Development

Using PHP LDAP Functions for Connecting, Binding, and Authenticating Users

This article explains how to use PHP's LDAP functions to connect to an LDAP server, bind an account, and authenticate users, providing clear code examples for each step in a typical web application authentication workflow.

AuthenticationBackendDirectory Services
0 likes · 4 min read
Using PHP LDAP Functions for Connecting, Binding, and Authenticating Users
php中文网 Courses
php中文网 Courses
Feb 21, 2025 · Backend Development

Using PHP LDAP Functions for Connecting, Binding, and Authenticating Users

This article explains how to use PHP's LDAP functions to connect to an LDAP server, bind with credentials, and authenticate users, providing step‑by‑step code examples for each stage of the process.

AuthenticationBackendDirectory Services
0 likes · 4 min read
Using PHP LDAP Functions for Connecting, Binding, and Authenticating Users
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.

AuthenticationBackendDirectory Services
0 likes · 4 min read
Using PHP LDAP Functions to Connect, Bind, and Authenticate Users
php中文网 Courses
php中文网 Courses
Jul 24, 2024 · Backend Development

Using PHP LDAP Functions for Connecting, Binding, and Authenticating Users

This article demonstrates how to use PHP's LDAP functions to connect to an LDAP server, bind with credentials, and authenticate users by searching the directory, providing complete example code for each step.

AuthenticationBackendLDAP
0 likes · 5 min read
Using PHP LDAP Functions for Connecting, Binding, and Authenticating Users
php中文网 Courses
php中文网 Courses
Jun 7, 2024 · Backend Development

Using PHP to Connect to an LDAP Server and Perform User Authentication

This tutorial explains how to use PHP's LDAP functions to connect to an LDAP server, bind with credentials, and authenticate users by searching the directory and verifying passwords, providing complete code examples for each step.

AuthenticationBackendLDAP
0 likes · 4 min read
Using PHP to Connect to an LDAP Server and Perform User Authentication
php中文网 Courses
php中文网 Courses
Apr 17, 2024 · Backend Development

Using PHP LDAP Functions for Connecting and Authenticating Users

This article explains how to use PHP's LDAP functions to connect to an LDAP server, bind with credentials, and authenticate users, providing step‑by‑step code examples for each stage.

AuthenticationBackendLDAP
0 likes · 5 min read
Using PHP LDAP Functions for Connecting and Authenticating Users
Top Architect
Top Architect
Nov 24, 2022 · Operations

Jumpserver Overview and Step‑by‑Step Installation Guide (Online and Offline)

This article introduces Jumpserver, an open‑source bastion host built with Python/Django, outlines its key features and advantages, and provides detailed online and offline deployment procedures on Linux, including environment prerequisites, Docker setup, configuration files, and essential command‑line operations.

BastionHostDockerInstallation
0 likes · 13 min read
Jumpserver Overview and Step‑by‑Step Installation Guide (Online and Offline)
Practical DevOps Architecture
Practical DevOps Architecture
Dec 29, 2021 · Operations

Installing and Configuring OpenLDAP on Linux

This guide walks through installing OpenLDAP packages, loading schema files, configuring domain settings, enabling the memberof and refint modules, and installing phpLDAPadmin on a Linux server, providing all necessary commands and LDIF examples.

AuthenticationLDAPLinux
0 likes · 6 min read
Installing and Configuring OpenLDAP on Linux
Top Architect
Top Architect
Dec 13, 2021 · Big Data

Design and Implementation of BanYu's Big Data Access Control System

This article describes the evolution from an unsecured data warehouse to a comprehensive big‑data access control system at BanYu, detailing the background, data access methods, design goals, authentication and authorization mechanisms, policy configuration, integration with Metabase, and the overall workflow that balances security with efficiency.

Big DataHiveLDAP
0 likes · 15 min read
Design and Implementation of BanYu's Big Data Access Control System
IT Architects Alliance
IT Architects Alliance
Dec 11, 2021 · Big Data

Design and Implementation of Banyu's Big Data Permission System

This article describes the background, design goals, authentication and authorization mechanisms, system architecture, policy configuration, and Metabase integration of Banyu's big data permission system, which secures Hive, Presto, HDFS and other data access components using Apache Ranger and LDAP.

Apache RangerBig DataHive
0 likes · 14 min read
Design and Implementation of Banyu's Big Data Permission System
Laravel Tech Community
Laravel Tech Community
Dec 2, 2021 · Cloud Native

New Features in Apache APISIX 2.11.0: LDAP Authentication, Observability Plugins, Azure Functions, and WASM Support

Apache APISIX 2.11.0 adds an LDAP‑based authentication plugin, expands observability with Datadog and SkyWalking plugins, introduces Azure Functions integration, provides early WASM support, and enhances existing plugins, all illustrated with detailed configuration examples and code snippets.

API GatewayAzure FunctionsLDAP
0 likes · 8 min read
New Features in Apache APISIX 2.11.0: LDAP Authentication, Observability Plugins, Azure Functions, and WASM Support
GrowingIO Tech Team
GrowingIO Tech Team
Sep 16, 2021 · Information Security

How GrowingIO Unified OAuth2, LDAP, and CAS for Seamless SSO Integration

GrowingIO’s server-side solution integrates three distinct authentication protocols—OAuth2, LDAP, and CAS—into a unified SSO flow, detailing each protocol’s process, the overall architecture, role of the IAM and Gateway components, and providing configuration and code examples for implementation.

AuthenticationCASLDAP
0 likes · 12 min read
How GrowingIO Unified OAuth2, LDAP, and CAS for Seamless SSO Integration
DevOps Cloud Academy
DevOps Cloud Academy
Jul 24, 2020 · Information Security

Jenkins System User Management: Built‑in Database, LDAP, GitLab and GitHub SSO

This guide explains how to configure Jenkins user authentication and authorization, covering the built‑in user database, LDAP integration, and single sign‑on setups for GitLab and GitHub, with practical steps, configuration files, and troubleshooting tips.

AuthenticationCI/CDGitHub SSO
0 likes · 8 min read
Jenkins System User Management: Built‑in Database, LDAP, GitLab and GitHub SSO
DevOps Cloud Academy
DevOps Cloud Academy
Jan 4, 2020 · Operations

Integrating Jenkins with LDAP, GitLab, and GitHub for Automated Authentication

This article walks through step‑by‑step how to integrate Jenkins with LDAP, GitLab, and GitHub for unified authentication, covering preparation, plugin installation, configuration details, testing, and the final login experience, illustrated with screenshots.

AuthenticationCI/CDGitHub
0 likes · 4 min read
Integrating Jenkins with LDAP, GitLab, and GitHub for Automated Authentication
DevOps Cloud Academy
DevOps Cloud Academy
Sep 8, 2019 · Information Security

How to Install LDAP and phpLDAPadmin on CentOS

This guide walks through disabling SELinux and the firewall, installing and configuring OpenLDAP server, setting up the phpLDAPadmin web console, adjusting Apache and phpLDAPadmin settings, and testing the LDAP service on a CentOS system.

CentOSDirectory ServiceInstallation
0 likes · 5 min read
How to Install LDAP and phpLDAPadmin on CentOS
DevOps Cloud Academy
DevOps Cloud Academy
Apr 29, 2019 · Operations

Step-by-Step Installation of OpenLDAP Server and phpLDAPadmin on CentOS

This guide walks through disabling SELinux and the firewall, installing and configuring OpenLDAP server, setting up the phpLDAPadmin web console, adjusting Apache and phpLDAPadmin settings, and verifying the LDAP service on a CentOS system.

CentOSLDAPLinux
0 likes · 5 min read
Step-by-Step Installation of OpenLDAP Server and phpLDAPadmin on CentOS
360 Quality & Efficiency
360 Quality & Efficiency
Feb 14, 2017 · Operations

Step-by-Step Guide to Installing and Configuring GitLab on CentOS 6

This tutorial walks through preparing a CentOS 6 VM, installing required packages, downloading and installing the GitLab omnibus RPM, configuring GitLab (including LDAP), reconfiguring services, accessing the web UI, setting up SSH keys, and troubleshooting common issues.

CentOSDevOpsGitLab
0 likes · 9 min read
Step-by-Step Guide to Installing and Configuring GitLab on CentOS 6