SCS-CBU-CED-IAM / mobileid

Mobile ID Sample Scripts
http://mobile-id.ch
13 stars 5 forks source link

freeRADIUS: Add the support for custom reply messages #69

Closed FreddyKaiser closed 10 years ago

FreddyKaiser commented 10 years ago

In order to provide active feedback about the Mobile ID related status the Reply-Messagecould be filled out with proper information.

post-auth {
    Post-Auth-Type REJECT {
        update reply {
            Reply-Message = "Your password is wrong, prepare to be eaten by flying monkeys."
        }
    }
}

http://lists.freeradius.org/pipermail/freeradius-users/2011-May/053542.html

hpwaldegger commented 10 years ago

see also issue #74

FreddyKaiser commented 10 years ago

Moved into the new/separate freeradius-mobileid project

jatinnijash commented 4 years ago

I want Meaningful Reply-Message for Access-Reject in freeradius 3.0 like

1.Your User Expired 2.Your User Disable 3.Wrong Mac Address 4.Wrong Password 5.Username not Found

anyone help me please

FreddyKaiser commented 4 years ago

I want Meaningful Reply-Message for Access-Reject in freeradius 3.0 like

1.Your User Expired 2.Your User Disable 3.Wrong Mac Address 4.Wrong Password 5.Username not Found

anyone help me please Check this or similar posts https://grasehotspot.org/documentation/freeradius/meaningful-reply-message-for-access-reject/