Skip to main content

An AccountManager password store that uses python-ldap to check against an LDAP server.

Project description

Notes

This plugin does not require the LdapPlugin.

The password store name is LDAPStore.

Configuration

All configuration options go in the [ldap] section.

server

The hostname or IP to connect to.

bind_dn

A string template to use to create the bind DN. Should contain one %s which will be replaced by the username.

Example

An example configuration:

[ldap]
server = localhost
bind_dn = uid=%s,dc=example,dc=com

[account-manager]
password_store = LDAPStore

[components]
ldapauth.* = enabled

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TracLDAPAuth-1.0.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distributions

TracLDAPAuth-1.0-py2.5.egg (3.3 kB view hashes)

Uploaded Source

TracLDAPAuth-1.0-py2.4.egg (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page