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

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for django-ldap-sync-0.4.3.tar.gz
Algorithm Hash digest
SHA256 4a9fcbd4181bd2ff20c535d6cdde9cae64a97cbadccac04b23a8740846128743
MD5 2db3b3bcbcaf394384cc1727f5eebe81
BLAKE2b-256 37ec2757de42056affbc35884a9debf2fc4defb31972fbcdfcf645737e5940a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_ldap_sync-0.4.3-py2-none-any.whl
Algorithm Hash digest
SHA256 7e825504167d910181c3246b4bc161cee607e95f3cefdedbc818f7c37b2b6f13
MD5 005a8c80efc0733c18d35314f8acaedf
BLAKE2b-256 2220abb1fa996078d873a9460212e8e626722df3045ebe3844560b5b4d32346a

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