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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

