A Django application for synchronizing LDAP users and groups
Project description
django-ldap-sync provides a Django management command that synchronizes LDAP users and groups from an authoritative server. It performs a one-way synchronization that creates and/or updates the local Django users and groups.
This synchronization is performed each time the management command is run and can be fired manually on demand, via an automatic cron script or as a periodic Celery task.
Quickstart
Install the application:
pip install django-ldap-sync
Append it to the installed apps:
INSTALLED_APPS = ( # ... 'ldap_sync', )
Configure the required settings.
Run the synchronization management command:
manage.py syncldap
For more information on installation and configuration, see the included documentation or read the documentation online at django-ldap-sync.readthedocs.org.
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
File details
Details for the file django-ldap-sync-0.4.3.tar.gz
.
File metadata
- Download URL: django-ldap-sync-0.4.3.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a9fcbd4181bd2ff20c535d6cdde9cae64a97cbadccac04b23a8740846128743 |
|
MD5 | 2db3b3bcbcaf394384cc1727f5eebe81 |
|
BLAKE2b-256 | 37ec2757de42056affbc35884a9debf2fc4defb31972fbcdfcf645737e5940a8 |
File details
Details for the file django_ldap_sync-0.4.3-py2-none-any.whl
.
File metadata
- Download URL: django_ldap_sync-0.4.3-py2-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e825504167d910181c3246b4bc161cee607e95f3cefdedbc818f7c37b2b6f13 |
|
MD5 | 005a8c80efc0733c18d35314f8acaedf |
|
BLAKE2b-256 | 2220abb1fa996078d873a9460212e8e626722df3045ebe3844560b5b4d32346a |