diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 12:11:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 12:11:10 +0000 |
commit | 4d06461a76587c80359f6db5e1c6e4f4641d2663 (patch) | |
tree | 50f8b63101860d3e414a4b1276e49c8e26469453 /FAQ.in | |
parent | d67281a7eac124e2f1b498c377dde3432f711039 (diff) | |
download | glibc-4d06461a76587c80359f6db5e1c6e4f4641d2663.tar.gz glibc-4d06461a76587c80359f6db5e1c6e4f4641d2663.tar.xz glibc-4d06461a76587c80359f6db5e1c6e4f4641d2663.zip |
Update.
1998-01-31 20:52 Ulrich Drepper <drepper@cygnus.com> * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication. * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach thread and no pthread_detach. * nscd/nscd.c: Rewrite to use argp instead of getopt. * config.make.in: Likewise.
Diffstat (limited to 'FAQ.in')
-rw-r--r-- | FAQ.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/FAQ.in b/FAQ.in index 621e9f8c2e..bc7d3de276 100644 --- a/FAQ.in +++ b/FAQ.in @@ -520,6 +520,15 @@ client (the NIS_COLD_START file is byte order independent) or generate it with nisinit from the nis-tools package (available at http://www-vt.uni-paderborn.de/~kukuk/linux/nisplus.html). +?? I have killed ypbind to stop using NIS, but glibc will + continue using NIS. + +{TK} For faster NIS lookups, glibc uses the /var/yp/binding/ files +from ypbind. ypbind 3.3 and older versions don't always remove these +files, so glibc will use them furthermore. Other BSD versions seem to +work correct. Until ypbind 3.4 is released, you can find a patch at +ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypbind-3.3-glibc2.diff. + ?? After installing glibc name resolving doesn't work properly. {AJ} You probably should read the manual section describing |