update ldap url and requirements
This commit is contained in:
parent
09af25761c
commit
191eed1aa4
2 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ TEMPLATES = [
|
||||||
import ldap
|
import ldap
|
||||||
from django_auth_ldap.config import LDAPSearch, GroupOfNamesType
|
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_USER_DN_TEMPLATE = "uid=%(user)s,ou=crew,dc=c-base,dc=org"
|
||||||
AUTH_LDAP_START_TLS = False
|
AUTH_LDAP_START_TLS = False
|
||||||
AUTH_LDAP_BIND_AS_AUTHENTICATING_USER = True
|
AUTH_LDAP_BIND_AS_AUTHENTICATING_USER = True
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Django==1.11.16
|
Django==1.11.25
|
||||||
#MySQL-python==1.2.5
|
#MySQL-python==1.2.5
|
||||||
django-auth-ldap>=1.7.0
|
django-auth-ldap>=1.7.0
|
||||||
django-json-rpc>=0.7.2
|
django-json-rpc>=0.7.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue