-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Message
Bonjour, j'ai un gros problème depuis 1 semaine maintenant. Je n'arrive pas a faire fonctionne le mschap sur freeradius car je veux que le wifi d'une borne sophos fonctionne. J'ai déposé mon log radius -X.
(6) server inner-tunnel {
(6) # Executing section authorize from file /etc/raddb/sites-enabled/inner-tunnel
(6) authorize {
(6) policy filter_username {
(6) if (&User-Name) {
(6) if (&User-Name) -> TRUE
(6) if (&User-Name) {
(6) if (&User-Name =~ / /) {
(6) if (&User-Name =~ / /) -> FALSE
(6) if (&User-Name =~ /@[^@]@/ ) {
(6) if (&User-Name =~ /@[^@]@/ ) -> FALSE
(6) if (&User-Name =~ /../ ) {
(6) if (&User-Name =~ /../ ) -> FALSE
(6) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+).(.+)$/)) {
(6) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+).(.+)$/)) -> FALSE
(6) if (&User-Name =~ /.$/) {
(6) if (&User-Name =~ /.$/) -> FALSE
(6) if (&User-Name =~ /@./) {
(6) if (&User-Name =~ /@./) -> FALSE
(6) } # if (&User-Name) = notfound
(6) } # policy filter_username = notfound
(6) [preprocess] = ok
(6) [mschap] = noop
(6) if (!control:Auth-Type) {
(6) if (!control:Auth-Type) -> TRUE
(6) if (!control:Auth-Type) {
(6) update control {
(6) Auth-Type := MS-CHAP
(6) } # update control = noop
(6) } # if (!control:Auth-Type) = noop
(6) } # authorize = ok
(6) Found Auth-Type = MS-CHAP
(6) # Executing group from file /etc/raddb/sites-enabled/inner-tunnel
(6) Auth-Type MS-CHAP {
(6) mschap: ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
(6) [mschap] = reject
(6) } # Auth-Type MS-CHAP = reject
(6) Failed to authenticate the user
(6) Using Post-Auth-Type Reject
(6) Post-Auth-Type sub-section not found. Ignoring.