[EMAIL PROTECTED] wrote:
> It would be handy if I could say in proxy.conf to authenticate to
> localhost on database adsl etc.  etc.  However, as I see it you
> can't do that

  doc/Autz-Type

#--- users file

DEFAULT    Realm == "adsl.domainname.net", Autz-Type := "adsl"
...

#---

#--- radiusd.conf,
...
modules {
        sql adsl {
            ... db for adsl
        }
        ...
}
...
authorize {
          preprocess
          suffix
          files

          Autz-Type adsl {
                adsl
          }
          ...
}


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

Reply via email to