Redundant ldap server with freeradius 1.0.5

sumi thra sumi.techno at gmail.com
Mon Apr 24 12:10:46 CEST 2006


Hey All,

I want to configure freeradius server to use redundant ldap servers.

My configuration is:
authorize {
    preprocess
    #etc_passwd
    #etc_group
    chap
    mschap
    suffix_oblic
    prefix_oblic
    suffix_at
    prefix_at
    suffix_percent
    prefix_percent
    files
    redundant{
            ldap_primary
            ldap_secondary
        }
    eap
}

authenticate {
    Auth-Type PAP {
        pap
    }

    Auth-Type CHAP {
        chap
    }

    Auth-Type MS-CHAP {
        mschap
    }

    Auth-Type LDAP {
        redundant {
            ldap_primary
            ldap_secondary
        }
    }

    #unix
    eap
}

ldap ldap_primary {
....
..
}

ldap ldap_secondary {
..
..
}


The free radius server is keep on sending the request to secondary server,
even though the primary server is reachable.

Could you plz guide me where am i missing the configuration ?

Any other attribute needs to be defined inside redundant module ?

Awaiting for your earliest reply.

Thanks,
Sumi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20060424/17dcb53d/attachment.html>


More information about the Freeradius-Users mailing list