docs: Import customer doc Debugging winbind errors into Antora docs #5553
Closed
nolade wants to merge 3 commits intoFreeRADIUS:masterfrom
Closed
docs: Import customer doc Debugging winbind errors into Antora docs #5553nolade wants to merge 3 commits intoFreeRADIUS:masterfrom
nolade wants to merge 3 commits intoFreeRADIUS:masterfrom
Conversation
…ntroduction >> Troubleshooting >> Connectivity section
alandekok
reviewed
Apr 11, 2025
|
|
||
| *Method 1: Cleartext password* | ||
|
|
||
| `su -s /bin/bash - {freeradius_user}` |
Member
There was a problem hiding this comment.
this just runs bash, and not wbinfo ?
Contributor
Author
There was a problem hiding this comment.
yes, basic auth tested initially w/o wbinfo. I've updated this section with explanation.
alandekok
reviewed
Apr 11, 2025
|
|
||
| If the winbind service is failing, you need to investigate the cause and restart it. If winbind still can’t authenticate users, it may be an AD connection issue or a configuration problem. | ||
|
|
||
| For instance, the trust relationship between the local machine and AD is no longer valid. Verify the trust relationship by entering the command: |
Member
There was a problem hiding this comment.
on the RFADIUS server, but the Samba net tool has to be installed:
https://www.samba.org/~ab/output/htmldocs/manpages-3/net.8.html
Contributor
Author
There was a problem hiding this comment.
added a note re: install the sambanet tool to test/troubleshoot network connections.
Member
|
Merged in manually with some tweaks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added information to Introduction >> Troubleshooting >> Connectivity section