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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2

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