server moved (dns & wins)
This commit is contained in:
parent
3276552ca4
commit
49446bff75
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,7 @@ AUTHENTICATION_BACKENDS=("django_python3_ldap.auth.LDAPBackend",)
|
||||||
# The URL of the LDAP server.
|
# The URL of the LDAP server.
|
||||||
LDAP_AUTH_URL = "ldap://localhost:389"
|
LDAP_AUTH_URL = "ldap://localhost:389"
|
||||||
LDAP_AUTH_URL = "ldap://172.16.3.33:389"
|
LDAP_AUTH_URL = "ldap://172.16.3.33:389"
|
||||||
|
LDAP_AUTH_URL = "ldap://10.118.2.1:389"
|
||||||
|
|
||||||
# ldap://172.16.3.33:389/DC=ntuh,DC=gov,DC=tw
|
# ldap://172.16.3.33:389/DC=ntuh,DC=gov,DC=tw
|
||||||
|
|
||||||
|
@ -307,6 +307,7 @@ AUTHENTICATION_BACKENDS = [
|
||||||
]
|
]
|
||||||
|
|
||||||
AUTH_LDAP_SERVER_URI = "ldap://172.16.3.33:389"
|
AUTH_LDAP_SERVER_URI = "ldap://172.16.3.33:389"
|
||||||
|
AUTH_LDAP_SERVER_URI = "ldap://10.118.2.1:389"
|
||||||
|
|
||||||
|
|
||||||
import ldap
|
import ldap
|
||||||
|
|
Loading…
Reference in a new issue