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.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.
Source Distribution
File details
Details for the file guillotina_ldap-1.0.0a2.tar.gz.
File metadata
- Download URL: guillotina_ldap-1.0.0a2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
babc798c9dc113db396c7341b035055cbf01c706d0285155f874ebf9287066e0
|
|
| MD5 |
b479985e29e280536487e6a869823d42
|
|
| BLAKE2b-256 |
a8758944749e2139cfd60aad809b087e12df61700cc5bd2facc2313d985042ee
|