i got weird issue when activated HTTPS on hotspot option. people complained that they got "Untrusted Certificate" if typed https domain in url (for first redirect to login page). it showed that dest domain certificate use our SSL certificate , any idea how to fix it ? http://img43.imagesha...
there`r lower_username at radius.conf but i set it to NO. i checked at radius.log it showed username that i had input without any conversion.. any way to convert all username to uppercase/lowercase before it send to radius ?
any idea to uppercase or lowercase all submited login ? i modify this at login.html function doLogin() { document.sendin.username.value = document.login.username.value .toUpperCase() ; document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)'); docume...