server moved (dns & wins)

This commit is contained in:
Furen Xiao 2025-03-29 06:12:16 +08:00
parent 3276552ca4
commit 49446bff75

View file

@ -230,7 +230,7 @@ AUTHENTICATION_BACKENDS=("django_python3_ldap.auth.LDAPBackend",)
# The URL of the LDAP server.
LDAP_AUTH_URL = "ldap://localhost: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
@ -307,6 +307,7 @@ AUTHENTICATION_BACKENDS = [
]
AUTH_LDAP_SERVER_URI = "ldap://172.16.3.33:389"
AUTH_LDAP_SERVER_URI = "ldap://10.118.2.1:389"
import ldap