Coda File System

Re: A couple of Coda questions

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Wed, 28 Apr 2004 12:15:43 -0400
On Wed, Apr 28, 2004 at 01:26:54PM +0200, Tom Ivar Helbekkmo wrote:
> Ivan Popov <pin_at_medic.chalmers.se> writes:
> 
> > So you would begin with allocating a DNS SRV record for your realm.
> 
> As simple as this, then?
> 
>    coda.dom.ain.   IN SRV   codasrv1.dom.ain
>    coda.dom.ain.   IN SRV   codasrv2.dom.ain

Actually it would be more like the following,

_codasrv._udp.coda.dom.ain. IN SRV 0 0 2432 codasrv1.dom.ain.
			    IN SRV 0 0 2432 codasrv2.dom.ain.
_codaauth2._udp.coda.dom.ain. IN SRV 0 0 370 codasrv1.dom.ain.
			      IN SRV 0 0 370 codasrv2.dom.ain.

> ...and then a line
> 
>    realm="coda.dom.ain"
>
> in each client's venus.conf file?

Not really needed, this only helps your users as they don't have to
type 'clog @coda.dom.ain'. I'm not even sure why I put this in
venus.conf because it doesn't really have anything to do with venus.

Jan
Received on 2004-04-28 12:19:04