13 Sep
2005
13 Sep
'05
5:48 p.m.
Martin.Ward@uk.neceur.com wrote:
For the MAC address I want a flat file with just the MAC addresses in it. I have tried using the passwd module and just ignoring the User-Password attribute like so:
passwd mac_address { filename = /var/mac_addresses format = "*User-Name" }
You're also ignoring the authentication method. I suggest adding a User-Password to that table.
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
Add a "known good" User-Password to that table, and it will work. Alan DeKok.