Did my last mail made it?
--------- Last Mail: ---------
Phil, you got it working!
All of what you wrote was right:
- added Cleartext-Password2 to /usr/share/freeradius/dictionary.freeradius.internal
- created user file like this:
user Cleartext-Password := "1", Cleartext-Password2 += "2"
- updated sites-enabled/default to look like this (authorize section)
On 07/07/11 13:18, Equin Nix wrote:No, that's wrong. As per my original email, it should be:
Hi Phil,
thanks a lot for the fast answer! Unfortunatelly your radius-skills seem
to be far far from mine, but I think I get the point.
I tried to add the following to /sites-enabled/default/ (int authorize
section) (Its not a full copy of your text, I wanted to start step by step):
[...]
#
# Read the 'users' file
files {
# compare them
authorize {
files
if (...) {
}
You've got:
authorize {
files {
...
}
}
...which is wrong.