Navigation

  • index
  • next |
  • ldap3 0.9.7.4 documentation »

Welcome to ldap3’s documentation¶

ldap3 is a pure Python LDAP 3 client library strictly conforming to RFC4511 released under the LGPL v3 open source license. RFC4511 is the current LDAP specification (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997)

ldap3 can be used on Python 3 and Python 2 (starting from python 2.6). It works on PyPy and PyPy3.

  • The ldap3 project
    • License
  • ldap3 Features
  • Installation and configuration
    • Installation with a package manager
    • Installation from the source
    • Global configuration
    • Importing classes and constants
    • Library errors
    • PEP8 compliance
  • Quick tour
    • Connections
    • Connection context manager
    • Binding
    • Searching
    • Simple Paged search
  • Servers
    • Server object
    • Server Pool
    • Offline Schema
  • Connections
    • Simple Paged search
  • SSL & TLS
    • The Tls object
  • Connection metrics
  • LDAP Operations
  • Extended Operations
  • Abstraction Layer
    • Overview
    • ObjectDef class
    • AttrDef class
    • Reader
    • Simplified Query Language
    • Entry
    • Attribute
    • OperationalAttribute
  • LDIF (LDAP Data Interchange Format)
    • LDIF-CONTENT
    • LDIF-CHANGE
    • Streaming the output to a file
    • Custom line separator
    • Customizable descriptor order
  • Exceptions
  • Testing
  • CHANGELOG
  • Roadmap to version 1.0
  • ldap3

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • Welcome to ldap3’s documentation
  • Indices and tables

Next topic

The ldap3 project

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • next |
  • ldap3 0.9.7.4 documentation »
© Copyright 2015 - Giovanni Cannata. Last updated on Mar 14, 2016. Created using Sphinx 1.4a0+.