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
Hi, I've been asked to help troubleshoot some issues w/ phpLdapAdmin in regards to the 1000 limit on adding users to groups.
From what I can tell the modify is always being called instead of the add as i would've expected. In trying to troubleshoot as well I'm not seeing where any of the add_hook calls are being done other than the example.php; but that file has the return false - indicating those definitions aren't being used. Added a breakpoint to the add_hook method itself but nothing is calling it -
The odd part is that something must be as the application runs fine and i'm able to add users to groups and the run_hooks are executing and updating the OUD records.
I guess my questions are
where are the add_hook called from?
is there a document that describes/overview of the project/files/call hierarchy ?
If it helps - the version we are tied to is RELEASE-1.2.4 if that helps.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I've been asked to help troubleshoot some issues w/ phpLdapAdmin in regards to the 1000 limit on adding users to groups.
From what I can tell the modify is always being called instead of the add as i would've expected. In trying to troubleshoot as well I'm not seeing where any of the add_hook calls are being done other than the example.php; but that file has the return false - indicating those definitions aren't being used. Added a breakpoint to the add_hook method itself but nothing is calling it -
The odd part is that something must be as the application runs fine and i'm able to add users to groups and the run_hooks are executing and updating the OUD records.
I guess my questions are
If it helps - the version we are tied to is RELEASE-1.2.4 if that helps.
Any help would be appreciated. - tia!
Beta Was this translation helpful? Give feedback.
All reactions