hello,<div><br></div><div>I have setup a freeradius server version 2.1.7 using ldap for authentication. What i'm having trouble understanding is that in my users file i have a local user called admin. The default user account (for ldap) is listed before the admin account in the users file. since i have not configured Fall-Through i would expect the admin account to not be accessible if ldap query fails, but it is accessible. is my assumption wrong? here is the output from my user file.</div>
<div><br></div><div><div>DEFAULT         Huntgroup-Name == "network-admin", Ldap-Group == "networkadmins"</div><div>                Service-Type := NAS-Prompt-User,</div><div>                cisco-avpair := "shell:priv-lvl=15",</div>
<div>#                Auth-Type := LDAP</div><div><br></div><div>admin           Cleartext-Password := "Bl@rd3Ry"</div><div>               Service-Type := NAS-Prompt-User,</div><div>               cisco-avpair := "shell:priv-lvl=15"</div>
<div><br></div><div>DEFAULT         Auth-Type := Reject</div><div>                Reply-Message := "Access Denied. Your attemp has been logged."</div></div>