[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: Permissions problems with conserver 8.11

Bryan Stansell bryan@conserver.com
Mon, 19 Sep 2005 11:16:29 -0700 (PDT)


you might want to try specifying 'unixlab2.genesyslab.com' instead of
just 'unixlab2' in the access list.  might not make a difference
(depends on your name lookups).

if that doesn't help, i'd suggest running conserver with the -D option
and look at the debug lines mentioning access.c.  it should show the ip
address of the connecting client, and then the tests of it against all
the items in the access list.  it might give a hint as to why it's not
succeeding.

Bryan

> access unixlab2.genesyslab.com {
>     admin root;
>     trusted unixlab1, unixlab2;
> }