Two Ldaps Authentication
- To: freeradius-users@lists.freeradius.org
- Subject: Two Ldaps Authentication
- From: fvt3 <fvt3@yahoo.com>
- Date: Fri, 16 Jun 2006 08:12:24 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=JG71ex2za196erTdGSdQ0riLRdFu8CLv7QdI82ydeItxaI25xELotqrYKI1yj5g9Oh96ose/SdugKM0AEXF5aOYDc3yzKbxKK0ii55gJbI2U++FBmvEo/XV6wpGnOBYQm+P01YqvrayLERazyVwxruHWr6lWLzrL6P49d2r56cc= ;
- Reply-to: FreeRadius users mailing list <freeradius-users@lists.freeradius.org>
Hi, I am trying to setup Freedius to have multiple
ldap authentication. I want to authenticate off
ldap1, then ldap2 then mysql. If authentication fail
in ldap1, then go to ldap2. Ldap1(ldap) and
ldap2(AD). Here is my configuration
Modules {
ldap ldap1 {
}
ldap ldap2{
}
}
instantiate{
ldap1
ldap2
}
authorize {
Autz-Type LDAP1{
ldap1
}
Autz-Type LDAP2{
ldap2
}
files
}
authenticate {
Auth-Type LDAP1 {
ldap1
}
authenticate {
Auth-Type LDAP2 {
ldap2
}
In the users file I have:
DEFAULT Autz-Type := "LDAP1", Auth-Type = "LDAP1"
Fall-Through = Yes,
Reply-Message = "ldap"
DEFAULT Autz-Type := "LDAP2", Auth-Type = "LDAP2"
Fall-Through = Yes,
Reply-Message = "Active D"
With this setup, radius is skipping ldap1 and go
directly to ldap2. How can I force it to read ldap1
then ldap2 in the user file. Anyone out there knows
how I can solve this issue? Thanks in advance...
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
This archive was generated by a fusion of
Pipermail (Mailman edition) and
MHonArc.