rockepg Posted April 11, 2008 Share Posted April 11, 2008 Ok i'm trying to use sasl to bind to and active directory. I'm using php 5.2.5 binary distribution on windows. When i attempt to enable the ldap_sasl_bind i get 'Call to undefined function ldap_sasl_bind()'. Now doing some digging i see that sasl is not enabled by default and requires a custom compile. Ok so i should be able to do that no problem. However... The --with-ldap-sasl that people are saying to use doesn't seem to exist. What am i missing here?? Link to comment https://forums.phpfreaks.com/topic/100702-ldap-sasl/ Share on other sites More sharing options...
discomatt Posted April 11, 2008 Share Posted April 11, 2008 Did you follow this basic guide? http://ca.php.net/manual/en/ldap.installation.php Link to comment https://forums.phpfreaks.com/topic/100702-ldap-sasl/#findComment-515084 Share on other sites More sharing options...
rockepg Posted April 15, 2008 Author Share Posted April 15, 2008 Yes i followed the basics. I have ldap working no problem. It's just the sasl piece. When i try to specify --with-ldap-sasl[=DIR] i get unknown option. Checking the available options with the --help does not list that either. Link to comment https://forums.phpfreaks.com/topic/100702-ldap-sasl/#findComment-517895 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.