Path: utzoo!attcan!uunet!samsung!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!cfe+ From: cfe+@ANDREW.CMU.EDU ("Craig F. Everhart") Newsgroups: comp.soft-sys.andrew Subject: Re: WP setup for non AFS sites Message-ID: Date: 17 Nov 89 17:00:52 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 10 Nope, using ``ThisDomain: *'' just means to use the (fully-qualified) workstation name as ThisDomain, which in most cases is the default action. (It's certainly the case without AFS.) There's this additional layer, though, in the GetHostDomainName() function (in overhead/util/lib/hname.c) that tries to derive the fully-qualified workstation name by combining the results from gethostname(), AndrewSetup value ThisDomainSuffix, and (under GETDOMAIN_ENV) getdomainname(). Craig