You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

TracLDAPAuth

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

TracLDAPAuth

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


Maintainers
2

Readme

TracLDAPAuth

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

Configuration Options

host_url Server URL to use for LDAP authentication. e.g.: ldap://ldap.example.com ldaps://ldap.example.com

base_dn The user base DN when searching for users

bind_user LDAP user for searching

bind_password LDAP user password

search_scope The ldap search scope: base, onelevel or subtree

search_filter The ldap search filter template where %s is replaced with the username

Example configuration

[ldap] host_url = ldap://ldap.example.com base_dn = OU=Users,DC=example,DC=com bind_user = ldap@example.com bind_password = your_secret_password_here search_scope = subtree search_filter = (&(objectClass=user)(sAMAccountName=%s))

[account-manager] password_store = LDAPStore

[components] ldapauth.* = enabled

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc