Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Mar 2016 07:08:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202135] nscd does not accept a value of zero for negative-time-to-live for passwd nor group
Message-ID:  <bug-202135-8-QxtlF9mPFn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202135-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202135-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202135

Jov <amutu@amutu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amutu@amutu.com

--- Comment #1 from Jov <amutu@amutu.com> ---
Created attachment 167900
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167900&action=
=3Dedit
patch for check nscd configuration value

I make a patch for checking the value for nscd config.

the patch check if the config value valid  as follows when parse the
/etc/nscd.conf,the condition value come from assert statement in various pl=
ace
from nscd code.

positive-time-to-live > 0
negative-time-to-live > 0
negative-confidence-threshold > 0
suggested-size > 0
keep-hot-count >=3D 0

the patch against HEAD.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202135-8-QxtlF9mPFn>