PHP 8.5.0 Alpha 2 available for testing

Voting

: max(four, six)?
(Example: nine)

The Note You're Voting On

Nixahnung
10 years ago
I have spent a lot of time to make an LDAPS connection to a MS AD Global Catalog port 3269

My five Cents:

ldap_connect("ldaps://example.com", 3269)
=> Connection to 636.... :(, DC only

ldap_connect("ldaps://example.com:3269")
=> Connection to 3269.... :), GC as expected

May it helps...

<< Back to user notes page

To Top