[EMAIL PROTECTED] wrote:
-> [...]
-> Can I use these PINs as RADIUS username?
-> Each PIN is 16 digits long.
->
-> In short how can I make password un-necessary for RADIUS authentication?
The main thing you need is Auth-Type:=Accept.
We do something similar - username has to exist in LDAP, but password
isn't checked. I expect you could do something similar using SQL or
other modules besides LDAP.
Here's the relevant bit in our 'users' file:
DEFAULT Auth-Type := Accept
Fall-Through = Yes
And the bits in radiusd.conf:
authorize {
preprocess
suffix
ldap { notfound = return }
files
}
authenticate {
}
Hope this helps -
-Robert Tarrall.-
Unix System/Network Admin
E.Central/Neighborhood Link
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html