Re: Filter Access-Challenge Attributes

2009-10-30 Thread Alan DeKok
Ben Wiechman wrote:
 Is the following stub for filtering Access-Challenge attributes from
 sites-available/default for future use?

  There are some typos that are fix in the git stable branch.

  Alan DeKok.

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


Re: Filter Access-Challenge Attributes

2009-10-30 Thread Ben Wiechman
Thanks

On Fri, Oct 30, 2009 at 6:42 AM, Alan DeKok al...@deployingradius.comwrote:

 Ben Wiechman wrote:
  Is the following stub for filtering Access-Challenge attributes from
  sites-available/default for future use?

  There are some typos that are fix in the git stable branch.

  Alan DeKok.

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

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

Filter Access-Challenge Attributes

2009-10-29 Thread Ben Wiechman
Is the following stub for filtering Access-Challenge attributes from
sites-available/default for future use?

#   Auth-Type eap {
#   eap {
#   handled = 1
#   }
#   if (handled  (Response-Packet-Type == Access-Challenge)) {
#   attr_filter.access_challenge.post_auth
#   handled  # override the updated code from
attr_filter
#   }
#   }

Uncommenting the lines causes the server to fail to start because that
instance of the attr_filter module isn't defined. However subsequent testing
(and a quick dive into the code) show that attr_filter isn't supported in
the authenticate section. Should this stub simply be ignored at this point
or am I missing something?

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

RE: Access-challenge attributes

2005-11-25 Thread MINODIER David RD-RESA-LAN
Many thanks Alan.
D/
 

 -Message d'origine-
 De : [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] De la 
 part de Alan DeKok
 Envoyé : mardi 22 novembre 2005 20:23
 À : FreeRadius users mailing list
 Objet : Re: Access-challenge  attributes 
 
 MINODIER David RD-RESA-LAN [EMAIL PROTECTED] wrote:
  Is it normal that the attributes contained in the access-accept 
  packet are also contained in the Access-Challenge packets 
 sent by Freeradius ?
 
   Yes, it can be considered a bug.
 
  Is there a way to force Freeradius to return the attributes 
 associated 
  to the user in the access-accept packet only ?
 
   Not really.  This should be fixed in the next major 
 revision of the server.
 
   Alan DeKok.
 
 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html
 

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


Re: Access-challenge attributes

2005-11-22 Thread Alan DeKok
MINODIER David RD-RESA-LAN [EMAIL PROTECTED] wrote:
 Is it normal that the attributes contained in the access-accept packet
 are also contained in the Access-Challenge packets sent by Freeradius ?

  Yes, it can be considered a bug.

 Is there a way to force Freeradius to return the attributes associated
 to the user in the access-accept packet only ?

  Not really.  This should be fixed in the next major revision of the
server.

  Alan DeKok.

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