From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10806160850y64c97520i346c45065dfd2580@mail.gmail.com> Date: Mon, 16 Jun 2008 08:50:33 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <20080604173309.62FA21E8C53@holo.morphisms.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10806041014qdfcaeb0i25bbd87bb4cbc16d@mail.gmail.com> <20080604173309.62FA21E8C53@holo.morphisms.net> Subject: Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures. Topicbox-Message-UUID: c1158f18-ead3-11e9-9d60-3106f5b1d025 On Wed, Jun 4, 2008 at 10:33 AM, Russ Cox wrote: >> p9skclient: gettickets: Connection timed out > > Aha! Factotum uses ndb (the library, not the program) > to map from auth domain to auth server. If it can't find > a mapping, it tries to use the auth domain as a machine > name directly. Unless your auth server's machine name > is ca.sandia.gov, you need to edit $PLAN9/ndb/local to > add an entry: > > authdom=ca.sandia.gov > auth=your-auth-server.sandia.gov > > There are examples in that file already. > > Too many examples. Thanks russ, this did the fix! authdom=sandia.gov auth=192.168.18.13 ron