Re: REPOST for archive: Re: nscd again (nis client cache) patch for 6 stable branch

2009-05-30 Thread Anton - Valqk
Hi guys, I've just got my patch for nscd backport for 6.4-p4 tested and woring fine. You can find it here: http://valqk.com/nscd_fbsd_6/ I hope it's useful for someone. cheers, valqk. Anton - Valqk написа: > I've been searching in the mailist archives and never found this, so > I'm reposting for

REPOST for archive: Re: nscd again (nis client cache) patch for 6 stable branch

2008-03-26 Thread Anton - Valqk
I've been searching in the mailist archives and never found this, so I'm reposting for archiving purposes. According to Denis Barov <[EMAIL PROTECTED]>: Gzipped patch avialable at http://www.dindin.ru/wiki/FreeBSD?action=AttachFile&do=get&target=nscd_backport.gz (78Kb) Mon, Dec 24, 2007 at 12:

Re: nscd again (nis client cache)

2008-01-22 Thread Adam McDougall
I wanted to say Thanks!!! for this example, because before this point I was under the impression that nscd/cached was of no use for NIS clients, only LDAP or maybe other directory systems that I don't use. I tried "cache compat" as below for passwd and group and it works! Our NIS entries at work

Re: nscd again

2008-01-19 Thread Michael Bushkov
On Jan 19, 2008, at 7:26 PM, Doug Barton wrote: Michael Bushkov wrote: Hi Denis, Several things: 1. You definitely can't use cache for *_compat sources. I mean lines like "group_compat: cache nis" aren't supported. This should be mentioned in the man page. To me it also speaks to the nee

Re: nscd again

2008-01-19 Thread Doug Barton
Michael Bushkov wrote: Hi Denis, Several things: 1. You definitely can't use cache for *_compat sources. I mean lines like "group_compat: cache nis" aren't supported. This should be mentioned in the man page. To me it also speaks to the need for a default /etc/nsswitch.conf with comments. It

Re: nscd again

2008-01-19 Thread Michael Bushkov
Hi Denis, Several things: 1. You definitely can't use cache for *_compat sources. I mean lines like "group_compat: cache nis" aren't supported. 2. Cache should work ok with the configuration you've mentioned in your first example, i.e.: "group: cache compat". Just checking - why do you think

nscd again

2008-01-17 Thread Denis Barov
Hello! I found some strange behaviour of NIS/nscd when NIS in compat mode. In /etc/nsswitch.conf I have: netgroup: cache compat passwd: cache compat group:cache compat #group_compat: cache nis #passwd_compat:cache nis in /etc/nscd.conf: #nscd.conf threads 16