LDAP - not using uid #56
Labels
No labels
Focus: A11y
Focus: Admin/Meta
Focus: Authentication
Focus: Back-End
Focus: Database
Focus: Design & UX
Focus: Editor - Markdown
Focus: Editor - WYSIWYG
Focus: Export System
Focus: Front-End
Focus: Translations
Focus: View Customization
Is: Docs Update
Is: Enhancement
Is: Priority
Is: Security
Is: Upstream
Status
Blocked
Status
Open to discussion
Status
Out of scope
Status
Pending Validation
Type
API Request
Type
Bug Report
Type
Feature Request
Type
Happy feedback
Type
Maintenance
Type
Question
Type
Support
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
bookstack/bookstack#56
Loading…
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?
We use ActiveDirectory for our directory services, and are not using the uid field. As a result, we cannot login using ldap auth because it results in the following error:
at HandleExceptions->handleError('8', 'Undefined index: uid', '/var/www/html/app/Services/LdapService.php', '49',Please let me know if you need any additional info.
The above commit that will hopefully fix this has been merged into release. BookStack will now use the provided 'dn' if no 'uid' is provided. Let me know if this still doesn't solve the issue. Unfortunately I do not have ActiveDirectory to test against.
Works perfect! Thank you!