diff options
author | Krzysztof <ports@bsdserwis.com> | 2023-11-12 20:14:58 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-12 20:23:02 +0100 |
commit | 0a3ee7285db280eac52dc5af753c3449cc877d53 (patch) | |
tree | a0f44a8df3a88a47b2e0ed4283ec4b300ac3b72a /security/mailzu/files/patch-lib_LDAPEngine.class.php | |
parent | net/phpldapadmin: Fix runtime with php82 (diff) |
security/mailzu: Fix runtime with php82
After adding two more patches is working correctly (no error/warning
messages in web server logs).
PR: 274969
Approved by: submitter is maintainer
Diffstat (limited to 'security/mailzu/files/patch-lib_LDAPEngine.class.php')
-rw-r--r-- | security/mailzu/files/patch-lib_LDAPEngine.class.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/mailzu/files/patch-lib_LDAPEngine.class.php b/security/mailzu/files/patch-lib_LDAPEngine.class.php new file mode 100644 index 000000000000..05783036ec9c --- /dev/null +++ b/security/mailzu/files/patch-lib_LDAPEngine.class.php @@ -0,0 +1,10 @@ +--- lib/LDAPEngine.class.php.orig 2007-06-14 19:00:15 UTC ++++ lib/LDAPEngine.class.php +@@ -283,6 +283,7 @@ class LDAPEngine { + */ + function searchUserDN($searchFilter) { + ++ $dn = ""; + switch ($this->serverType) { + case "ldap": + if ( $this->searchUser != '' ) { |