Voting

: three minus zero?
(Example: nine)

The Note You're Voting On

backports at gmail dot com
18 years ago
Though clearly mentioned, the following had me in spin for a good 10 minutes.

Ensure:

if (!ldap_set_option($conn, LDAP_OPT_PROTOCOL_VERSION, 3)) {
// do something horrible
}

has been set _before_ you actually bind :)

<< Back to user notes page

To Top