2
我使用Windows XP與XAMPP 1.6.4 - 啓用LDAP上XAMPP
trying this script :
$server = "ldap://127.0.0.1/";
$user = "Salman";
$pass = "123";
$con = ldap_connect($server);
ldap_set_option($con, LDAP_OPT_PROTOCOL_VERSION, 3);
ldap_set_option($con, LDAP_OPT_REFERRALS, 0);
var_dump(ldap_bind($con, $user, $pass));
PHP 5.2.4與LDAP,但始終的ldap_bind返回此錯誤: 警告:的ldap_bind()[function.ldap-綁定]:無法綁定到服務器:無法聯繫D:\ xampp \ htdocs \ test.php在第11行的LDAP服務器 布爾(假)
[Here](http://stackoverflow.com/questions/1049653/ldap-and-php)是另一個線程。查看一些答案,因爲答案沒有被接受。 – CoffeeRain 2012-01-31 15:06:51