Skip to content

This Python script connects to an LDAP (Lightweight Directory Access Protocol) server and performs a search query to retrieve and display directory entries. It uses the ldap3 library to handle the connection and querying of the LDAP server. The script connects to the LDAP server with anonymous

Notifications You must be signed in to change notification settings

chanakayaa/Ldap-Anonmymous-Bind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LDAP Search Script

Description

This script connects to an LDAP server and performs a search to retrieve and display directory entries. It uses the ldap3 library to connect to the LDAP server, perform the search, and parse the results. The script is designed to be a simple tool for querying LDAP directories and viewing results in a readable JSON format.

Features

  • Connect to LDAP Server: Connects to the LDAP server with anonymous bind.
  • Perform Search Query: Searches the LDAP directory for entries based on a specified filter.
  • Display Results: Parses and displays LDAP entries in a readable JSON format.

Prerequisites

  • Python 3.x
  • ldap3 library

To install the ldap3 library, run:

pip install ldap3

About

This Python script connects to an LDAP (Lightweight Directory Access Protocol) server and performs a search query to retrieve and display directory entries. It uses the ldap3 library to handle the connection and querying of the LDAP server. The script connects to the LDAP server with anonymous

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages