guillotina ldap auth support
Project description
GUILLOTINA_LDAP
LDAP Auth backend for guillotina.
Example config.json entry:
...
"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):
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]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.