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.2.0.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

django_ldap_sync-0.2.0-py2-none-any.whl (7.2 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for django-ldap-sync-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4e1a029ac653fb2361da9932c774dda20a85bf3918299ec02c2cc988a6758445
MD5 7ba5cceba9152b3b4533bf441c0cfcf2
BLAKE2b-256 bd3c98345e388b2ca561ea7a44aa43efb6c2b85d7d093083b083208fdaeb3d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_ldap_sync-0.2.0-py2-none-any.whl
Algorithm Hash digest
SHA256 71dd7e863edf0fe2ccb8d617b3324ce05fc4714e5d6e4f0189a1ba8c0215b070
MD5 eae4085f17e773834dd7f6b48026021b
BLAKE2b-256 d0e1751a4ab0a1244f3e847dfeafa071773af1caf06899a3e9b8a8e0c697e949

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