Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!spool.mu.edu!uwm.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!midway!quads.uchicago.edu!rtp1 From: rtp1@quads.uchicago.edu (raymond thomas pierrehumbert) Newsgroups: comp.unix.aix Subject: Re: Help: AIX machine as file server for Macintosh through GatorBox Message-ID: <1991Jun11.032006.6634@midway.uchicago.edu> Date: 11 Jun 91 03:20:06 GMT Article-I.D.: midway.1991Jun11.032006.6634 References: <00949AB9.0D630EC0@BORN.PHYS.VIRGINIA.EDU> Sender: news@midway.uchicago.edu (NewsMistress) Organization: University of Chicago Lines: 18 > (Problems with using the Gatorbox to mount NFS volumes from >RS6000 onto a Mac). I have a Gatorbox on a mixed network too. The problem with password authentication comes about because of the secure password feature in aix. The password is not stored in the /etc/passwd file, but rather is looked for in another file which is closed to the outside world. The gatorbox can't cope with this, since it reads the /etc/passwd file to do authentication. The only way I was able to work around this was to establish an /etc/macpasswd and /etc/macgroup files, and put in the standard Unix encrypted passwords by hand. It is a big nuisance every time I want to add a user or change a password, so I'd be happy to hear of other workarounds. .