post-auth configuration

Dom Latter freeradius-users at latter.org
Tue Jun 12 11:46:45 CEST 2018


Just curiosity really.  My inner-tunnel configuration is appended below.

It seems that my update to the outer session state has to be in both the
main post-auth section and the REJECT subsection.  Seems a bit counter-
intuitive; what I would expect is the main section to apply to both 
ACCEPTs and REJECTs and then subsections to be applied additionally
where appropriate.  So just wondering what the rationale is.


post-auth {
	#sql
	update outer.session-state {
		&User-Name = &User-Name
	}

	Post-Auth-Type REJECT {
		update outer.session-state {
			&User-Name = &User-Name
		}
		attr_filter.access_reject
	}
}


More information about the Freeradius-Users mailing list