Does not work Ldap in ralph
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 2.5k
- Fork
- 593
- Merge trung bình
- 2 ngày 9 giờ
- Pull request đã merge (30 ngày)
- 6
Mô tả
following the instructions here https://ralph-ng.readthedocs.io/en/stable/installation/configuration/ I don’t understand which file and which path to write to
AUTHENTICATION_BACKENDS = (
'django_auth_ldap.backend.LDAPBackend',
'django.contrib.auth.backends.ModelBackend',
)
LOGGING['loggers']['django_auth_ldap'] = {
'handlers': ['file'],
'propagate': True,
'level': 'DEBUG',
}
Tell me the full path to the file where to register this to configure ldap
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.