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

Uploaded Source

Built Distribution

django_ldap_sync-0.4.1-py2-none-any.whl (7.9 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for django-ldap-sync-0.4.1.tar.gz
Algorithm Hash digest
SHA256 bdfe61dfcb5f507fc36faabf1ab21bb8c837139ec9670de8641fc703ec00b34e
MD5 cda96b0537cad1986957cbd2fcf28991
BLAKE2b-256 24b3d7f8445b2f0a49ba930d0ba011f6e8774d909a581f47d69f2dd0c1b86f1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_ldap_sync-0.4.1-py2-none-any.whl
Algorithm Hash digest
SHA256 2c14d9890ae6e60544c248558dc76fc72a0d382e479ea4ecc0301f3ba5143a87
MD5 9b7ddf144b42a1bd06973fd8c7a0d908
BLAKE2b-256 c98e177ba026a6fc739bc02ba1d9b9af9cb922cecac964b3856c754efd1d713b

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