hello all

I have a problem with attr_rewrite :

I have added an attribute in
/usr/share/freeradius/freeradius/dictionnary

Reply-Message-2         65        string

I haven't added in /etc/freeradius/dictionnary because it doesn't work
!!

in radius.conf my configuration is:

 attr_rewrite passparunproxy {

 attribute = Reply-Message-2
 searchin = reply
 searchfor = ""
 replacewith = "TEST 1 (Proxy)"
 ignore_case = no
 new_attribute = yes
 max_matches = 10
 append = no
 }

 attr_rewrite passparunproxy1 {

 attribute = Reply-Message
 searchin = reply
 searchfor = ""
 replacewith = Proxy
 ignore_case = no
 new_attribute = yes
 max_matches = 10
 append = no
 }

and in post_proxy section {

passparunproxy
passparunproxy1

}


when a user is accepted, i have reply-message and reply-message 2.

when a user is reject, i have only reply-message. 

I don't understand that ??

 ___[ Pub ]____________________________________________________________
Envie de discuter gratuitement avec vos amis ?
Téléchargez Yahoo! Messenger http://yahoo.ifrance.com
_____________________________________________________________________

Envie de discuter gratuitement avec vos amis ?
Téléchargez Yahoo! Messenger http://yahoo.ifrance.com


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

Reply via email to