[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freeradius-users
Subject:    Re: MS-CHAP
From:       Alan DeKok <aland () deployingradius ! com>
Date:       2022-10-05 15:15:18
Message-ID: 51CD6B33-D70A-40BE-B6EB-5B8AD06A5A6E () deployingradius ! com
[Download RAW message or body]

On Oct 5, 2022, at 9:54 AM, Fabricio Viana <fabricioviana@hotmail.com> wrote:
> Hello! I need some help, please.
> 
> I need to reject a MSCHAP request based on request:Service-Type.

  if (Server-Type == "foo") {
	reject
  }

  Do you want to reject *only* MS-CHAP requests which contain that service type?  \
Read the debug output to see the attribute names used for MS-CHAP, and then use those \
names

	if (MS-CHAP-Challenge && (Service-Type == "foo")) {
		reject
	}

  Alan DeKok.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic