From owner-freebsd-current Thu Jun 29 23:40:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from piglet.dstc.edu.au (piglet.dstc.edu.au [130.102.176.1]) by hub.freebsd.org (Postfix) with ESMTP id 710C137B724 for ; Thu, 29 Jun 2000 23:40:22 -0700 (PDT) (envelope-from ggm@dstc.edu.au) Received: from asuncion.dstc.edu.au (asuncion.dstc.edu.au [130.102.176.155]) by piglet.dstc.edu.au (8.10.1/8.10.1) with ESMTP id e5U6eFb00578 for ; Fri, 30 Jun 2000 16:40:15 +1000 (EST) Received: (from ggm@localhost) by asuncion.dstc.edu.au (8.9.3+Sun/8.8.8) id QAA02584 for freebsd-current@freebsd.org; Fri, 30 Jun 2000 16:40:19 +1000 (EST) Date: Fri, 30 Jun 2000 16:40:19 +1000 (EST) From: George Michaelson Message-Id: <200006300640.QAA02584@asuncion.dstc.edu.au> To: freebsd-current@freebsd.org Subject: what turns on YP in getpwent() Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At line 67 in getpwent.c under libc/gen there is a block of code which is #ifdef YP. I know its a dumb question but what turns this #ifdef on? I ask, because I truss'd my login process after enabling yp via ypinit and while I can ypcat my maps, I can't see login do diddly squat into them under pam. I suspect this is a frob which has somehow got turned off in my code. FAQ? -George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message