16 Jul
2007
16 Jul
'07
10:52 a.m.
On Monday 16 July 2007 08:05:15 Alan DeKok wrote:
Osvaldohp wrote:
This is my users file: mike Auth-Type = System, User-Password == mike" Session-Timeout := 3600,
What i am doing wrong?
You're telling the server to look in /etc/passwd for the users password, and then also telling it what the users password is.
Don't set Auth-Type.
Use 1.1.6.
Use Cleartext-Password, not "User-Password", as suggested in the FAQ.
Alan DeKok.
Don't forget to use the ':=' operator for the Cleartext-Password attribute, in addition to all of the above. -Kevin