30 Apr
2010
30 Apr
'10
3:55 a.m.
Craig Campbell wrote:
I have a requirement for 'authentication' via LDAP. Only a User-Name is passed to freeradius. The requirement is to perform an LDAP lookup, and if the user exists, return a couple of other values in the LDAP database for that user. If the user does not exist, reject.
I have the LDAP lookups working, but I cannot figure out how to tell freeradius to skip the password check (authorization?).
bob Auth-Type := Accept This is one of the few cases where setting Auth-Type is useful. Alan DeKok.