Re: HELP: LDAP & Platypus configurable_failover

2005-03-16 Thread Alan DeKok
Matthew Crocker <[EMAIL PROTECTED]> wrote: > Will that work on the authorization section as well? Read doc/configurable_failover Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: HELP: LDAP & Platypus configurable_failover

2005-03-16 Thread Matthew Crocker
See the "always" module. You want to use "always OK" e.g. authenticate { Auth-Type foo { ldap { fail = 1 } ok } } Will that work on the authorization section as well? -Mat

Re: HELP: LDAP & Platypus configurable_failover

2005-03-16 Thread Alan DeKok
Matthew Crocker <[EMAIL PROTECTED]> wrote: > As a short term measure I would like to > configure something like > > > authentication { > >ldap { >fail = 1 > } > > accept-everyone > } See the "always" module. You want to use "always OK" e.g. authenticate { Auth-

Re: HELP: LDAP & Platypus configurable_failover

2005-03-16 Thread Matthew Crocker
I'm trying to merge two user databases with overlapping usernames. One database is stored in OpenLDAP with Freeradius doing the auth. The other is stored in MS-SQL/Platypus with Radiator. Ideally I would like to run everything through a single FreeRADIUS server which would hit my LDAP server