On Mon, Aug 7, 2017 at 6:41 AM, Diggins Mike <diggins@mcmaster.ca> wrote:
Some progress. With my users file (/mods-config/files/authorize) empty, authentication works according to radtest.
However, I need to return certain attributes along with specific userids that authenticate. The rest (default) can just authenticate normally.
In FR v2 I added this to the users file.
userid Auth-Type = ntlm_auth Reply-Message = "attr1","attr2",
DEFAULT Auth-Type = ntlm_auth
FR 3 doesn't like this (Unknown value 'ntlm_auth' for attribute 'Auth-Type').
Again, don't put it there.
I don't know what it wants to fix it.
Don't put it there?
None of the samples in /mods-config/files/authorize look like this?
So you simply need to return a custom reply attribute? Have you try this in users file, WITHOUT your addded DEFAULT or Auth-Type? userid Reply-Message = "blah" the default users file that comes with the server should have more examples. -- Fajar