You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: ldap_modify_batch(): Batch Modify: Can't contact LDAP server in %s on line %d
61
-
bool(false)
62
-
63
-
Warning: ldap_modify_batch(): Batch Modify: Can't contact LDAP server in %s on line %d
64
-
bool(false)
65
-
66
-
Warning: ldap_modify_batch(): Batch Modify: Can't contact LDAP server in %s on line %d
67
-
bool(false)
66
+
--EXPECT--
67
+
ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) a modification entry must only contain the keys "attrib", "modtype", and "values"
68
+
ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) the value for option "attrib" must not contain null bytes
69
+
ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) the value for option "modtype" must be LDAP_MODIFY_BATCH_ADD, LDAP_MODIFY_BATCH_REMOVE, LDAP_MODIFY_BATCH_REPLACE, or LDAP_MODIFY_BATCH_REMOVE_ALL
70
+
ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) the value for option "values" must not be empty
0 commit comments