- Implement append_realm_to_username parameter in auth_radius which allows the unmolested digest username to be passed to RADIUS in the User-Name attribute. This is required for some RADIUS implementations.
Apologies if this doesn't belong in the 4.3 branch - this is what the commit is based off and tested on. Let me know if I should move it elsewhere... You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/456
-- Commit Summary --
* auth_radius: support for not appending realm to the username passed to RADIUS
-- File Changes --
M modules/auth_radius/authrad_mod.c (12) M modules/auth_radius/authrad_mod.h (1) M modules/auth_radius/doc/auth_radius.xml (5) M modules/auth_radius/doc/auth_radius_admin.xml (17) M modules/auth_radius/sterman.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/456.patch https://github.com/kamailio/kamailio/pull/456.diff
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/456
@@ -90,11 +91,12 @@ static cmd_export_t cmds[] = {
- Exported parameters
*/ static param_export_t params[] = {
- {"radius_config", PARAM_STRING, &radius_config },
please don't change indentation
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/456/files#r48542450
must be based on master
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/456#issuecomment-167798655
@@ -90,11 +91,12 @@ static cmd_export_t cmds[] = {
- Exported parameters
*/ static param_export_t params[] = {
- {"radius_config", PARAM_STRING, &radius_config },
Reverted this but the alignment is out-of-wack and there's a mixture of tabs and spaces
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/456/files#r48592937
Ok ref master - I'll close this PR, rebase, and open a new one
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/456#issuecomment-167960610
Closed #456.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/456#event-502663775