Our radius server is running FreeRadius 3.0.15
Radius accounts that have passwords that contain # get cut off in the check. For example a password of testing#123 generates the following radius debug:
- Code: Select all
(13) Login incorrect (pap: Cleartext password "testing" does not match "known good" password): [test]...
Everything from the # forward is not getting sent.
Accounts that use ( or ) in the passwords do not seem to get sent properly at all. Using example password testing(123 spits out the following:
- Code: Select all
(48) Login incorrect (No Auth-Type found: rejecting the user via Post-Auth-Type = Reject): [test]...
I have not found any other characters that seem to cause other problems.