Christian Balzer schrieb:

> >user  User-Password == '%u'

> (let alone that rewriting the quoting as suggested would 
> require quite more effort than some global config option
> somewhere).

1. sed "something suitable to escape quotes" < old_file > tmp_file
2. sed "s/\(User-Password *== *\)\([^,]*\)/\1'\2'/" < tmp_file >
new_file

doesn't seem to be that much effort (well, actually, escaping might
be slightly wrong in my regular expression, I didn't actually test it).
Even
with some trial and error to find the right regular expression it
shouldn't
take more than 20 minutes in the worst case...

          Regards,
                    Stefan

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

Reply via email to