Hi,
Maybe your problem be in your slapd.conf permissions (access to...).
I had same problem, my ldap module loaded fine on freeradius server(debian lenny), but I got "accept-reject ..." error when I ran radtest command.
I deleted my "access to ..." block for freeradius server directory in slapd.conf file on my remote openldap server, so I solved my problem.
Raoufnezhad
Raymond Norton wrote:So... what is going wrong?
> I successfully configured freeradius (version 1.x Ubuntu) to use ldap on
> a localhost via WPA. I am trying to setup version 2.1 (Ubuntu) to use a
> remote ldap server now. The module loads fine and I made what I believed
> were the correct changes to connect to the remote server, but I have
> missed something.
Type "ldap" into the search bar on wiki.freeradius.org.
> Is there a good doc for ldap authentication on a
> remote host?
See doc/rlm_ldap, which comes with the server.
Alan DeKok.