Hi,
Basically a user creates an account with an expiration of 5 minutes (initially). That generates an auth request which receives the following attributes from clearpass.
Role = Preauth_role
Session-timeout = 300
Termination-action = Radius-request (1)
They receive and email to sponsor themselves and extend that to 7 days.
After the session times out a new mac-auth request should be seen which verifies that the user has sponsored themselves and clearpass responds with a different role. however that mac-auth is not happening, instead after the timeout the client just drops back to captive portal role and doesn't attempt a mac auth request. I would also expect a reauthentication to occur when the user drop back to captive portal role because of the registration-role paramater that is configured, this also doesn't work .
I think i might confuse things by copying my entire captive portal clearpass/controller config in. Everything is working except the reauthentication which should happen after the radius attributes above are sent to the controller.
I'd be interested to know how you got it to work differently?