Alle 22:21, sabato 12 febbraio 2005, Nicolas Baradakis ha scritto:

>
> I know you're busy with other things (1.0.2 release, rlm_policy...),
> that's why, if you agree with that, I'll look at this issue more
> closely and try to provide a patch in a few days.
great !!
Maybe cuold be useful to patch the rlm_files in order to provide a prost_proxy 
file as the pre_proxy one? Could be useful for setting the Post-Proxy-Type 
without re-passing the authorize section and using rlm_files directy into 
Post-Proxy, i.e.

modules {
      ..........
        # Livingston-style 'users' file
        #
        files {
                usersfile = ${confdir}/users
                acctusersfile = ${confdir}/acct_users
                preproxy_usersfile =${confdir}/pre_proxyusers
                postproxy_usersfile =${confdir}/post_proxyusers
                #  If you want to use the old Cistron 'users' file
                #  with FreeRADIUS, you should change the next line
                #  to 'compat = cistron'.  You can the copy your 'users'
                #  file from Cistron.
                compat = no
        }
............
}

post-proxy{
                files                   # provide Prost-Proxy-Type
                Post-Proxy-Type foo{
                foo1
                foo2
                }
                Post-Proxy-Type bar{
                bar1
                bar2
                }

The patch is very silly, could submit if useful.
-- 
 Massimiliano Liccardo (maX) <[EMAIL PROTECTED]>
 jid:[EMAIL PROTECTED]
 GnuPG public key available on wwwkeys.eu.pgp.net
 Key ID: D01F1CAD
 Key fingerprint:  992D 91B7 9682 9735 12C9 402D AD3F E4BB D01F 1CAD

"la velocit� induce all'oblio,
 la lentezza al ricordo"

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

Reply via email to