Anubis finds no local user

View: New views
2 Messages — Rating Filter:   Alert me  

Anubis finds no local user

by kwd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've problems getting anubis to read the users /home/<user>/.anubisrc file.
I'm using smtp auth mode with a mysql database.
The smtpuser is also an localuser on the machine where anubis runs.
Nevertheless I'm getting this message:

 > [29916] Found record for »holger.zymowski«.
 > [29916] Authentication passed. User name holger.zymowski, Local user
NONE. Welcome!
CLIENT <<< 235 Authentication successful.(32)
 > [29916] UID:65534 (nobody), GID:65533, EUID:65534, EGID:65533
 > [29916] Reading user configuration file
»/home/holger.zymowski/.anubisrc« ...
[29916] Anubis RC file error: access denied

How could I get anubis to recognize the local useraccount?


_______________________________________________
Bug-anubis mailing list
Bug-anubis@...
http://lists.gnu.org/mailman/listinfo/bug-anubis

Re: Anubis finds no local user

by Sergey Poznyakoff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Holger Zymowski <holger.zymowski@...> wrote:

> I've problems getting anubis to read the users /home/<user>/.anubisrc file.
> I'm using smtp auth mode with a mysql database.
> The smtpuser is also an localuser on the machine where anubis
> runs. Nevertheless I'm getting this message:
>
>  > [29916] Found record for »holger.zymowski«.
>  > [29916] Authentication passed. User name holger.zymowski, Local
> user NONE. Welcome!

Make sure SQL query:

 SELECT authid,passwd,account,rcfile FROM table WHERE authid='holger.zymowski'

returns your account name in the third column (authid,passwd,etc above
are the values of the corresponding variables in your database URL).

Regards,
Sergey
 


_______________________________________________
Bug-anubis mailing list
Bug-anubis@...
http://lists.gnu.org/mailman/listinfo/bug-anubis