We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f415d6 commit bce2133Copy full SHA for bce2133
src/AuthLDAP.php
@@ -176,6 +176,9 @@ public function post_getEmpty()
176
$this->fields['use_bind'] = 1;
177
$this->fields['picture_field'] = '';
178
$this->fields['responsible_field'] = '';
179
+ $this->fields['can_support_pagesize'] = 0;
180
+ $this->fields['pagesize'] = 0;
181
+ $this->fields['ldap_maxlimit'] = 0;
182
}
183
184
tests/LDAP/AuthLdap.php
@@ -130,7 +130,7 @@ public function testPost_getEmpty()
130
{
131
$ldap = new \AuthLDAP();
132
$ldap->post_getEmpty();
133
- $this->array($ldap->fields)->hasSize(25);
+ $this->array($ldap->fields)->hasSize(28);
134
135
136
public function testUnsetUndisclosedFields()
0 commit comments