Skip to main content

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

  1. Install the application:

    pip install django-ldap-sync
  2. Append it to the installed apps:

    INSTALLED_APPS = (
        # ...
        'ldap_sync',
    )
  3. Configure the required settings.

  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ldap-sync-0.5.0.tar.gz (15.2 kB view details)

Uploaded Source

Built Distribution

django_ldap_sync-0.5.0-py2-none-any.whl (11.0 kB view details)

Uploaded Python 2

File details

Details for the file django-ldap-sync-0.5.0.tar.gz.

File metadata

File hashes

Hashes for django-ldap-sync-0.5.0.tar.gz
Algorithm Hash digest
SHA256 db5435dd4fc4370bdbf213ad5b2c13dd22321ef4036b5a94e942cc60f691d754
MD5 b8392e6052d42d986e0bae56a94f8278
BLAKE2b-256 38f872a7d31d8f993764de8c21f11d07c2a41b6fef42e560791b58ca96daabcf

See more details on using hashes here.

File details

Details for the file django_ldap_sync-0.5.0-py2-none-any.whl.

File metadata

File hashes

Hashes for django_ldap_sync-0.5.0-py2-none-any.whl
Algorithm Hash digest
SHA256 eef83dc8e955a69d9b3947c86e8e7e791a2e8310a47fa5a3913d5187922b4fd0
MD5 e8b9d78f86b43716bec9a5ecd54ed4da
BLAKE2b-256 c39e57e2c0f9937933cb8e56a0f771470b662b57b80e77fa3b32c3f1324fb3dd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page