6 Mar
2013
6 Mar
'13
10:27 a.m.
Brian Wallen wrote:
I have an exec script that returns a User-Name. FreeRADIUS passes the User-Name to my script (ie MyOldUsername) and my script changes it (ie MyNewUsername). In my logs I see
Exec-Program-Wait: value-pairs: User-Name = MyNewUsername
The attributes from exec-program-wait are added to the end of the existing attribute list. They're not replacing existing ones. I suggest using Perl. Alan DeKok.