Re: [PHP] PHP 5.0.2 LDAP SASL Binds (GSSAPI specifically)

2004-10-15 Thread Curt Zirzow
* Thus wrote Quanah Gibson-Mount: I see that php 5.0.2 has added the ldap_sasl_bind function. I compiled php-5.0.2 against our OpenLDAP w/ SASL support libraries, and went ahead to give it a whirl: ... However, what I get back is: bWarning/b: ldap_sasl_bind() [a

[PHP] PHP 5.0.2 LDAP SASL Binds (GSSAPI specifically)

2004-10-14 Thread Quanah Gibson-Mount
I see that php 5.0.2 has added the ldap_sasl_bind function. I compiled php-5.0.2 against our OpenLDAP w/ SASL support libraries, and went ahead to give it a whirl: #!/usr/local/bin/php ?php $ds = ldap_connect(ldap-test3.stanford.edu); if($ds) { $r = ldap_sasl_bind($ds); } else { echo Unable