This plugin provides comprehensive LDAP authentication for CKAN with support for Active Directory. Features include: imports username, full name, email, and description from LDAP directory, flexible matching against multiple LDAP fields (username, full name, email), supports LDAP-only authentication or combined LDAP and basic CKAN authentication via ckan_fallback option, automatic addition of LDAP users to specified organization with configurable roles (admin/editor/member), full Active Directory compatibility with TLS support, prevents profile editing for LDAP users if desired (centralized management), dual search filter support (primary and alternative search strings for flexible matching), customizable LDAP attribute mapping for all user fields, organization assignment with role control, CLI command for setting up organization (paster ldap setup-org), alternative search with custom error messages for multi-field matching (e.g., match username OR full name OR email). Requires python-ldap module and ldap2/sasl2/ssl development packages for building.