Does not work Ldap in ralph
Aperta
- Lingua principale
- Python
- Stelle
- 2.5k
- Fork
- 593
- Merge medio
- 2g 9h
- PR unite (30g)
- 6
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.