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.0a12 (unreleased)
Getting result from self.attribute_users in the validate users. [nilbacardit26]
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.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file guillotina_ldap-1.0.0a12.dev0.tar.gz.
File metadata
- Download URL: guillotina_ldap-1.0.0a12.dev0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90449ebe94159165aa4add0f6cde4d45701ed518a3bba4141e26bde3d7aee6ef
|
|
| MD5 |
eb331283029d0edf9c6c86f00bbcce4b
|
|
| BLAKE2b-256 |
aa4b68dc754f129834b268456eb2b27d95586b01399876931cbc711f8debcb44
|
File details
Details for the file guillotina_ldap-1.0.0a12.dev0-py3-none-any.whl.
File metadata
- Download URL: guillotina_ldap-1.0.0a12.dev0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67f91e09b635c5c55c8eb0940fa5575d102fadd1f6e13e9ecacd171fb76e093a
|
|
| MD5 |
e347cc34cb790c11508ea7868095788f
|
|
| BLAKE2b-256 |
aab5ddf461961ce244d46be3e5aca421aa01f331a406a7488575aa51bd29ef9e
|