|
|
|
ผมต้องการ get userPassword ของ ldap ช่วยทีครับ |
|
|
|
|
|
|
|
ผมต้องการ get userPassword ของ ldap ช่วยทีครับ
ตัวอื่นๆออกหมดแต่ userPassword ไม่ออกและไม่มีอะไร error ด้วยครับ
ตาม code ดังนี้
$ldaprdn = 'cn=zzzz,dc=eeeee,dc=pp';
$ldappass = 'xxxx';
$sdn = 'ou=staff,dc=eeeee,dc=pp';
$ldapconn = ldap_connect("ldap://192.168.xxx.x", 389)
or die("Not connect: $ldaphost ");
if ($ldapconn) {
// binding to ldap server
$ldapbind = ldap_bind($ldapconn, $ldaprdn, $ldappass);
// verify binding
if ($ldapbind) {
$filter="uid=".$ppe_userlogin;
//echo "<br>uid : $filter<hr><br>";
$justthese = array("homeDirectory","cn","uid","ou","userPassword");
$sr=ldap_search($ldapconn, $sdn, $filter, $justthese);
$entry = ldap_get_entries($ldapconn, $sr);
echo $entry[0]["cn"][0] ."<br>";
echo $entry[0]["uid"][0] ."<br>";
echo $entry[0]["ou"][0] ."<br>";
echo $entry[0]["userPassword"][0] ."<br>";
}
Tag : - - - -
|
|
|
|
|
|
Date :
21 ก.ค. 2549 11:01:11 |
By :
weahason |
View :
2123 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อ่านแล้วช่วยได้เยอะครับ
|
|
|
|
|
Date :
2010-09-13 11:02:12 |
By :
wonderfulls |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆครับ
|
|
|
|
|
Date :
2010-09-13 11:04:19 |
By :
google |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|