On Thu, 23 Jan 2003, David De Maeyer wrote:

> Hi,
>
> Is it possible with FreeRadius to define 2 LDAP servers to
> be used when authorizing/authenticating the users?
>
> In order to have the following:
>
> use LDAP1
> if LDAP1 is off then use LDAP2
> if LDAP2 is also off then Bad Luck!
>
> Can the 'server' attribute in the ldap{} module take 2 ldap
> servers as value?
>
> server = "ldap1.your.domain","ldap2.your.domain"

It's better to use the redundant section in radiusd.conf

ldap ldap1{
        server = ldap1.domain.com
        [...]
}

ldap ldap2{
        server = ldap2.domain.com
        [...]
}

authorize{
        redundant{
                ldap1
                ldap2
        }
}
authenticate{
        redundant{
                ldap1
                ldap2
        }
}

>
> Regards,
> David
>
> ___________________________________________________
> David De Maeyer
> Roskilde University Center
> Computer Science Department
> Box 260, Hus 42.1
> 4000 Roskilde
> Denmark
> voice (+45) 46 74 38 29 fax (+45) 46 74 30 72
>
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]      National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

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

Reply via email to