Socket
Socket
Sign inDemoInstall

guillotina-ldap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guillotina-ldap

guillotina ldap auth support


Maintainers
1

GUILLOTINA_LDAP

LDAP Auth backend for guillotina.

Example config.json entry:

.. code-block:: json

...
"applications": ["guillotina_ldap"],
"ldap": {
    "host": "ldap://myldap.example.com",
    "tls": true,
    "attribute_users": "uid",
    "objecttype": "inetOrgPerson",
    "managerdn": "CM=MANAGER,DC=DOMAIN,DC=ORG",
    "managerpwd": "secret",
    "usersdn": "OU=USERS,DC=DOMAIN,DC=ORG",
    "managers": ["bob"]
}

Getting started with development

Using pip (requires Python > 3.7):

.. code-block:: shell

python3.7 -m venv .
./bin/pip install -e .[test]
pre-commit install

CHANGELOG

1.0.0a11 (2021-01-15)

  • Fixing Cache bug [bloodbare]

1.0.0a10 (2021-01-15)

  • Allow testing import. [bloodbare]

1.0.0a9 (2020-11-27)

  • Fixing bug on upgrade. [bloodbare]

1.0.0a8 (2020-11-27)

  • Support for Name storage. [bloodbare]

1.0.0a7 (2020-11-24)

  • Fixing reset password API. [bloodbare]

1.0.0a6 (2020-11-18)

  • Fixing login LDAP search API. [bloodbare]

1.0.0a5 (2020-11-18)

  • Allowing settings password on 2nd phase [bloodbare]

1.0.0a4 (2020-11-16)

  • Fix LDAP Auth. [bloodbare]

1.0.0a3 (2020-11-15)

  • Fix LDAP Search. [bloodbare]

1.0.0a2 (2020-11-11)

  • Nothing changed yet.

1.0.0a1 (2020-11-08)

  • Initial commit [bloodbare]

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc