matching entry in users file
Phil Mayers
p.mayers at imperial.ac.uk
Tue Nov 27 18:59:30 CET 2012
On 27/11/12 17:42, vazoumana fofana wrote:
> napoleon SMD5-Password :="yyyyyyyyyyyyyyy"
> napoleon : NT-Password := "xxxxxxxxxxxxxx"
>
This is wrong. Read the "man users" page for info on the correct syntax.
Either of the following two works:
napoleon SMD5-Password := "xx", NT-Password := "yy"
...or:
napoleon SMD5-Password := "xx"
Fall-Through = yes
napoleon NT-Password := "yy"
Note: Fall-through - this tells FreeRADIUS to keep going.
More information about the Freeradius-Users
mailing list