From owner-freebsd-questions Mon May 22 17:57:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by hub.freebsd.org (Postfix) with ESMTP id 5787637B95B for ; Mon, 22 May 2000 17:57:33 -0700 (PDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.9.3/8.9.3) id TAA88390 for freebsd-questions@freebsd.org; Mon, 22 May 2000 19:57:23 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200005230057.TAA88390@pencil.math.missouri.edu> Subject: Netatalk weirdness To: freebsd-questions@freebsd.org Date: Mon, 22 May 2000 19:57:23 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm at my wits end here. I have version netatalk-1.4b2+asun-2.1.3 on stable-3.4 with "suiddir" option. I have two userids: mac and gumby. "mac" is supposed to be the macintosh admin ID. Its home dir is the top level dir (and ufs mount point) /mac, (mode 4755) which it owns. gumby owns /mac/gumby, its home dir (mode 4755). Both have identical ".passwd" files in their respective home dirs, each owns his .passwd file, the passwd files are mode 600. The system master.passwd has the passwords of both ids "*"'d out. I can login to mac, but gumby gives "incorrect password". Doing an "ls -lu" on each user's .passwd file, I see mac's .passwd has been read, but not gumby's. Yet when I rename gumby's .passwd file to something else and try again, afpd complains: "Failed to open /mac/gumby/.passwd" (this is the correct path). Has anyone seen this behavior? Thanks for any help! Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message