-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The authentication is not working properly #3
Comments
Currently the looping thing is gone, but now it won't authenticate.
{
"apps": {
"org.opencord.aaa" : {
"AAA" : {
"radiusIp": "192.168.60.1",
"radiusServerPort": "1812",
"radiusSecret": "whatever",
"nasIp": "192.168.50.1"
}
}
}
}
Please can you tell me where I'm doing wrong. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've carefully followed all the instructions to run the AAA test, but it keeps looping with these log messages:
and the authentication doesn't go into authenticated state at all, it keeps showing:
I checked the subsId field is UNKNOWN, is that the problem?
Please tell me possible fixes.
The text was updated successfully, but these errors were encountered: