<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=tis-620"> <?php $username = $_POST["username"]; $pass = $_POST["password"]; if($username !=null and $pass !=null) { $server = " 192.168.5.40"; //dc1-nu $user = $_POST["username"]."@nu.local"; // connect to active directory $ad = ldap_connect($server); if(!$ad) { die("Connect not connect to ".$server); // include("chk_login_db.php"); echo "ไม่สามารถติดต่อ server มหาลัยเพื่อตรวจสอบรหัสผ่านได้"; exit(); } else { $b = @ldap_bind($ad,$user,$pass); if(!$b) { die("<br><br> <div align='center'> ท่านกรอกรหัสผ่านผิดพลาด <br> </div> <meta http-equiv='refresh' content='3 ;url=index.php'>"); } else { //login ผ่านแล้วมาทำไรก็ว่าไป session_start(); } echo "<script type=text/javascript>"; echo "alert('ยินดีต้อนรับ ')"; echo "</script>"; echo "<meta http-equiv='refresh' content='0 ;url= index.php?case_i=13'>"; exit(); } } ?>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท