update ldap url and requirements

This commit is contained in:
smile 2021-10-14 10:56:03 +02:00
parent 09af25761c
commit 191eed1aa4
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ TEMPLATES = [
import ldap
from django_auth_ldap.config import LDAPSearch, GroupOfNamesType
AUTH_LDAP_SERVER_URI = "ldap://lea.cbrp3.c-base.org"
AUTH_LDAP_SERVER_URI = "ldaps://lea.cbrp3.c-base.org"
AUTH_LDAP_USER_DN_TEMPLATE = "uid=%(user)s,ou=crew,dc=c-base,dc=org"
AUTH_LDAP_START_TLS = False
AUTH_LDAP_BIND_AS_AUTHENTICATING_USER = True

View file

@ -1,4 +1,4 @@
Django==1.11.16
Django==1.11.25
#MySQL-python==1.2.5
django-auth-ldap>=1.7.0
django-json-rpc>=0.7.2