<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div style="visibility: inherit;" dir="ltr" class="c_ic_greenframe c_ic_bar"><style>
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

</style>Hi Alan,<br> <br>i would like to imagine a second LDAP Server for a Failover. I want to implent my Windows LDAP Server for Authentification via WLAN. The login on LDAP1 works, but when i`m blocking the first LDAP1 Server with the Iptable-Command, the connection to the Failover Server, LDAP2, couldn`t etablished. <br> <br>I`m following this Tutorial: *<a href="http://deployingradius.com/documents/configuration/active_directory.html" target="_blank"><font color="#0068cf">Click</font></a>*<br>-> I`m worked to this Tutorial Step-by-Step. On the last two steps, i`m configured Freeradius to use ntlm_auth > This was obviousy wrong, cause i want to implement LDAP-Severs. But this Configuration still works with one LDAP Server without a second Failover Server. (At least, the login via WLAN with LDAP Authentification data works.).<br> <br>This are the files, which i`d edit:<br> <br><strong>/etc/freeradius/users</strong><br> <br>DEFAULT  Auth-Type = ntlm_auth <em># > Change it to LDAP, right?</em><br>....<br> <br><strong>/etc/freeradius/radiusconf</strong><br>...          <em># Did i need these Settings in this Version?</em><br>    redundant {<br>      ldap1<br>      ldap2<br>      handled<br>    }<br>}<br> <br><strong>/etc/freeradius/sites-enabled/inner-tunnel</strong><br>...<br>authenticate {<br> ntlm_auth <em># Change it to LDAP, right?</em><br>...<br> <br><u>I`m editing this file, after your Post:</u><br> <br><strong>/etc/freeradius/users</strong><br> <br>DEFAULT  Auth-Type = ldap<br>....<br> <br><em>After changing, I`m getting this Error:</em><br><em>/etc/freeradius/users[1]: Parse error (check) for entry DEFAULT: Unknown value ldap for attribute Auth-Type<br></em><br><em>So, ldap isn`t possible as Auth-Type? Which one i`must using?</em><br> <br><strong>/etc/freeradius/sites-enabled/inner-tunnel</strong><br>...<br>authenticate {<br> ldap<br>...<br> <br>Thanks for Help! I´m working with Linux since 4 weeks, so its hard to be aware of all functions of Freeradius and Linux.</div>                                        </div></body>
</html>