summaryrefslogtreecommitdiff
path: root/databases/php-ldap/files
AgeCommit message (Collapse)AuthorFilesLines
2017-07-19Add php70 and php71 patches for the exop optionmanu2-0/+1122
The LDAP controls and extended operations (EXOP) has been merged upstream with some modifications. The patches backports upstream code to php70 and php71, with additionnal EXOP REFRESH support that is missing for now.
2017-05-31LDAP EXOP patch fixmanu1-261/+61
A code repetition caused add and modify operations to be done twice.
2017-05-12Update the LDAP EXOP patch to build with PHP 5.6.xmanu3-4962/+237
Remove the versions for retired PHP 5.4 and 5.5
2015-11-08Let ldap_sasl_bind() use interractive inputmanu2-42/+64
Interractive methods such as OTP use the ldap_sasl_bind() callback with SASL_CB_ECHOPROMPT or SASL_CB_ECHONOPROMPT instead of SASL_CB_PASS. Add the cases and treat them like SASL_CB_PASS for PHP 5.4.x and PHP 5.5.x. The exop patch for PHP 5.6.x is broken right now and will be updated later.
2015-04-20Fix build with SASL disabledmanu3-3/+3
Do not force-define HAVE_LDAP_SASL, since the PHP configure script actually takes care of that one. This lets us build with the exop option enabled while sasl is disabled.
2015-04-13Update the LDAP EXOP support patch for PHP 5.4, 5.5 and 5.6manu3-111/+4634
2012-10-29Update the EXOP patch so that it buils with PHP>=5.3manu1-524/+528
2009-09-13Update the LDAP exop patch: for SASL bind, send the password for mechanismsmanu1-34/+54
that request it through a prompt.
2009-07-22Add exop patch from Pierangelo Masarati and myself.manu1-0/+2265
This enables the folllowing extended operations: - passwd - whoami - refresh And the following controls: - manageDSAit - paged_results - ppolicy - noop - manageDIT - permissive_modify