LDAP Authentication Issue in Wiki.js with Active Directory Users Restricted by Login Permissions #7413
Unanswered
coca-mann
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm experiencing an issue when attempting to authenticate regular Active Directory (AD) users in Wiki.js using the LDAP strategy. Currently, the Wiki.js server tries to authenticate directly to the domain controller, but the login fails due to login restrictions set in AD. These restrictions limit the computers on which regular users are allowed to log in, and the AD server is not included in the list of allowed computers for these users.
Steps to Reproduce:
Expected Behavior:
Regular AD users should be able to authenticate on Wiki.js using LDAP, regardless of login restrictions configured on the domain controller.
Observed Error:
Here is an example of the error log generated on the domain controller:
Attempted Solutions:
Question:
Is there a setting in Wiki.js or an LDAP authentication alternative that would allow Wiki.js to authenticate without requiring the server to log in directly to the domain controller? Any suggestions or workarounds would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions