fix error

This commit is contained in:
邱博亞 2021-02-21 12:37:50 +08:00
parent 0a59878156
commit 1debdda69e
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ module LdapLogin::Login
require 'net/ldap'
LDAP_ADSERVER=["ad.asia.edu.tw","ad2.asia.edu.tw","ad3.asia.edu.tw"]
def ldap_login_auth(user,request,session,flash,params)
LDAP_ADSERVER=["ad.asia.edu.tw","ad2.asia.edu.tw","ad3.asia.edu.tw"]
ldap_hosts = LDAP_ADSERVER.shuffle
error = ''
ldap_user = params[:user_name]