27 Nov
2012
27 Nov
'12
12:59 p.m.
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.