Pre-release
This release is a pre-release and may not be stable for production use.
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.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]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file guillotina_ldap-1.0.0a10.tar.gz.
File metadata
- Download URL: guillotina_ldap-1.0.0a10.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e66573b3db2176ae8b44de0e0219b8cf6d3593d509e83bde246cbba2f2b8ceee
|
|
| MD5 |
47bb6ea190cd01ddf675e76a3f4951e6
|
|
| BLAKE2b-256 |
4c6b08a3bcb58c5e7b5cc80462e2b117eaf73de78d66db845f225d3500b79fdb
|