PHP 8.5.0 Alpha 4 available for testing

Voting

: three plus five?
(Example: nine)

The Note You're Voting On

francis dot tyers at hp dot com
21 years ago
it seems that all fields must be used in lower case even if they are mixed case in the ldapsearch output.

example:

gidNumber: 1010
homeDirectory: /home/dnt

must be:

echo "gid: " . $info[$i]["gidnumber"][0] . "<br>";
echo "home directory: ". $info[$i]["homedirectory"][0] ."<br>";

not ( $info[$i]["homeDirectory"][0] ) etc.

<< Back to user notes page

To Top