Re: what turns on YP in getpwent()

2000-06-30 Thread George Michaelson
RTFM. you cannot use +:* as the NIS catchall in FreeBSD. Its documented. (sigh) sorry. -George To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: what turns on YP in getpwent()

2000-06-30 Thread George Michaelson
To answer my own question: src/lib/libc/Makefile.inc has .if !defined(NO_YP_LIBC) CFLAGS+= -DYP .include "${.CURDIR}/../libc/yp/Makefile.inc" .endif a find down the src tree does not reveal this being defined. I'm going to have to look elsewhere for Y

what turns on YP in getpwent()

2000-06-29 Thread George Michaelson
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 pa