<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have a PDC using SaMBa and openLDAP, I'm trying to make my openwrt
    router authenticate with openLDAP, I read that the way to do this is
    by configuring a RADIUS server.<br>
    <br>
    I configured freeradius and It works fine, but my problem is that I
    need to authenticate users using the userPassword attribute instead
    of sambaNTPassword, I can't get this work, I've read a lot, but I
    haven't found the answer (didn't read enough I guess).<br>
    <br>
    I installed and configured freeradius in openSuSE 13.1<br>
    <br>
    # rpm -qa | grep freeradius<br>
    freeradius-server-libs-2.2.0-7.4.1.x86_64<br>
    freeradius-server-doc-2.2.0-7.4.1.x86_64<br>
    freeradius-server-2.2.0-7.4.1.x86_64<br>
    <br>
    I added in /etc/raddb/clients.conf<br>
    <pre>client owrt.router {
       secret  = secretPasswd
       ipaddr  = 10.202.10.83
}</pre>
    <br>
    I uncomment "ldap" and the "Auth-Type LDAP{....}" in the followin
    files:<br>
    /etc/raddb/sites-enabled/default<br>
    /etc/raddb/sites-enabled/inner-tunnel<br>
    <br>
    I set server and basedn info in the /etc/raddb/modules/ldap file<br>
    <br>
    I repeat, it works fine but with the openLDAP's sambaNTPassword
    entry instead of using the userPassword.<br>
    <br>
    any help will be wellcome,<br>
    sorry my english, (I tried my best).<br>
    <br>
    saludos, <br>
    Nicolás.<br>
    <b></b>
  </body>
</html>