Should work OK..
Run both radius and ldap in debug mode.
Check what is being asked for and what is being searched for in ldap.
Use:
"radiusd -X"
"slapd -d 384"
--
Arek
Felipe Louback wrote:
I'm putting my SER to authenticate on a LDAP base
using RADIUS. But
when I try to authenticate any client, I get the following error:
auth: type "LDAP"
Processing the authenticate section of radiusd.conf
modcall: entering group Auth-Type for request 0
rlm_ldap: - authenticate
rlm_ldap: Attribute "User-Password" is required for authentication.
modcall[authenticate]: module "ldap" returns invalid for request 0
Into my LDAP, the correct field is userPassword and not User-Password,
as RADIUS is looking for... I already set in radiusd.conf:
password_attribute = userPassword
But still the same error....
Any clues?
Felipe