"Kirti S. Bajwa" <[EMAIL PROTECTED]> wrote:
> When I switch over to 3Com HiPer dial-in box, I would like freeRADIUS to
> first authenticate UID/PW from MySQL DB and if the user authentication fails
> then authenticate from Shadow Password file.
> 
> Is this type of dual user verification possible?

  Yes.

authenticate {
             Auth-Type Foo {
                       redundant {
                                 sql
                                 unix
                       }
             }
}

  That should work, I think.  See "doc/configurable_failover" for details.

  Alan DEKok.

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

Reply via email to