معرفی شرکت ها


django-ldap-sync-0.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django application for synchronizing LDAP users and groups
ویژگی مقدار
سیستم عامل -
نام فایل django-ldap-sync-0.5.0
نام django-ldap-sync
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jason Bittel
ایمیل نویسنده jason.bittel@gmail.com
آدرس صفحه اصلی https://github.com/jbittel/django-ldap-sync
آدرس اینترنتی https://pypi.org/project/django-ldap-sync/
مجوز BSD
django-ldap-sync ================ 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 ---------- #. Install the application:: pip install django-ldap-sync #. Append it to the installed apps:: INSTALLED_APPS = ( # ... 'ldap_sync', ) #. Configure the required `settings`_. #. 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`_. .. _Celery: http://www.celeryproject.org .. _settings: http://django-ldap-sync.readthedocs.org/en/latest/settings.html .. _django-ldap-sync.readthedocs.org: http://django-ldap-sync.readthedocs.org


نیازمندی

مقدار نام
>=2.4.13 python-ldap


نحوه نصب


نصب پکیج whl django-ldap-sync-0.5.0:

    pip install django-ldap-sync-0.5.0.whl


نصب پکیج tar.gz django-ldap-sync-0.5.0:

    pip install django-ldap-sync-0.5.0.tar.gz