1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
mailinabox/conf/roundcubemail/pear_net_ldap2.1cacdebcf6fe82718e5fa701c1ff688405e0f5d9.diff
downtownallday 190d7195d3 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
The roundcube password plugin is not disabled.

# Conflicts:
#	management/utils.py
#	setup/start.sh
#	setup/system.sh
#	setup/webmail.sh
#	tools/editconf.py
2023-01-15 20:35:08 -05:00

16 lines
745 B
Diff

--- a/Net/LDAP2/Entry.php
+++ b/Net/LDAP2/Entry.php
@@ -363,10 +363,9 @@ protected function setAttributes($attributes = null)
$attributes = array();
do {
if (empty($attr)) {
- $ber = null;
- $attr = @ldap_first_attribute($this->_link, $this->_entry, $ber);
+ $attr = @ldap_first_attribute($this->_link, $this->_entry);
} else {
- $attr = @ldap_next_attribute($this->_link, $this->_entry, $ber);
+ $attr = @ldap_next_attribute($this->_link, $this->_entry);
}
if ($attr) {
$func = 'ldap_get_values'; // standard function to fetch value