the caster does not recognize your priv
-
Re: Client problem
Seen the same problem on 1.0.6 amd-64 version of yccaster. It seems for me that file clients.yml (or whatever You use for the "File" authorization) read not completely by yccaster daemon. I solve my problem that was seen as "401: Unathorized" error from client's side and as "unauthorized: no such user: user001" from daemon's side with 2-liner clients.yml such as:
- username: user001
password: ppaassww
The solution was to add two another lines to clients.yml - username: user001
password: ppaassww - username: user002
password: aappssoo
Authentication now work for user002, for user001 I still receive "401: Unathorized".
- username: user001
-
@ummagumma44 Hi
Please attach your clients.yml file, I'll check it