mirror of https://github.com/jumpserver/jumpserver
8 lines
141 B
Python
8 lines
141 B
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
#
|
||
|
|
||
|
from django.dispatch import Signal
|
||
|
|
||
|
django_ready = Signal()
|
||
|
ldap_auth_enable = Signal(providing_args=["enabled"])
|