mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[GH-ISSUE #831] [INTEGRATION] Dolibarr update #296
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olaxe on GitHub (Feb 4, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/831
Checklist
Description of the service
Add this information to the Dolibarr service as it is buggy for the moment: https://github.com/Dolibarr/dolibarr/issues/27993
What you've tried
It is working as it is if you have only one user in the Dolibarr LLDAP group. If not, only the first user of the group will be authenticated. Other will generate error 500 and empty webpage. When your user has been replicated into Dolibarr, you can authenticate even if you have been removed from the Dolibarr LLDAP group. Sometimes, when there is an error, you will have an empty webpage and generate an error 500.
My patches to the Dolibarr code fix all of these behavior.
@hregis commented on GitHub (Feb 4, 2024):
@olaxe i don't understand your problem with the group !
@olaxe commented on GitHub (Feb 5, 2024):
The problem is with the Dolibarr code. Everything is working at expected with LLDAP. I just propose an update of the Dolibarr integration to warn other LLDAP users.
@nitnelave commented on GitHub (Mar 12, 2024):
@olaxe since you're the one with the most context, could you send a PR with the proposed update to the dolibarr code?