mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #794] [Feature]: LDAP auth #526
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#526
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 @dlawler489 on GitHub (Mar 24, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/794
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
Would love a way to allow for LDAP auth for users to auth to Bambuddy, rather than local accounts
Proposed Solution
LDAP auth, coming from Active Directory - SAML with EntraID would be even better, but that could be harder.
User groups based on AD/ Entra Groups (so, something like, Bambuddy_Operator, Bambuddy_Admin, Bambuddy_Viewer).
Alternatives Considered
Not really any workarounds for it.
Feature Category
Other
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Mar 24, 2026):
Before we commit to building this, I'd like to gauge community interest. If you'd find this feature useful, please give this issue a thumbs up (👍) reaction so we can prioritize accordingly.
@maziggy commented on GitHub (Apr 5, 2026):
Quick note on scope: We'll be implementing pure LDAP bind authentication. SAML, OIDC, and Entra ID/Azure AD integrations are out of scope — we want to keep this clean and dependency-light.
Before we start building, we'd love community input on a few design questions:
Please share your thoughts and upvote the options that work best for your environment!
@dlawler489 commented on GitHub (Apr 5, 2026):
Hi Maziggy,
Thanks for all the amazing work you've done with this project!
@maziggy commented on GitHub (Apr 8, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you.
Docs -> https://wiki.bambuddy.cool/features/authentication/?h=ldap#setting-up-ldap
@DylanBrass commented on GitHub (Apr 11, 2026):
Hello !
I am getting this error on the daily release :
It seems to try to insert my user without a password and crashing.
@maziggy commented on GitHub (Apr 11, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know it it works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@maziggy commented on GitHub (Apr 15, 2026):
Guys, how is it going?
@dlawler489 commented on GitHub (Apr 27, 2026):
Hi, sorry, been a busy couple of weeks, only just got to update Bambuddy and test it. Working as expected! Thanks heaps!