fix error

This commit is contained in:
邱博亞 2022-01-24 12:47:22 +08:00
parent 98a95218f7
commit 7ca92d40bd
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ module LdapLogin::Login
LDAP_ADSERVER="https://ap99.mdu.edu.tw/MduDB/api/Auth/token/1"
AppKey = "YhoRop0YmL6"
def ldap_login_auth(user,request,session,flash,params)
ldap_hosts = LDAP_ADSERVER.shuffle
error = ''
ldap_user = params[:user_name]
ldap_pass = params[:password]