Skip to content

guillotinaweb/guillotina_ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages