From owner-freebsd-bugs@freebsd.org Sun Jun 26 15:54:44 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C0EDB81B5C for ; Sun, 26 Jun 2016 15:54:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D69C92D2D for ; Sun, 26 Jun 2016 15:54:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u5QFshff014812 for ; Sun, 26 Jun 2016 15:54:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 210591] nscd bug: no caching for supplementary groups from ldap Date: Sun, 26 Jun 2016 15:54:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ilyushkeane@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 15:54:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210591 Bug ID: 210591 Summary: nscd bug: no caching for supplementary groups from ldap Product: Base System Version: 10.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: ilyushkeane@gmail.com I found strange nscd behavior, which I assume is a bug. I've already request help of initial maintainer directly (as it noted in man), but unfortunately= he is not an active maintainer (which I also request as #210590). Also I've fo= und, that current development of nscd is barely active, and that's why I suppose 10.2-STABLE is no reason to discard this request. Prerequisites are the following: - FreeBSD 10.2-STABLE-r286912 - /etc/nscd.conf: enable-cache passwd yes enable-cache group yes enable-cache hosts yes enable-cache services yes enable-cache protocols yes enable-cache rpc yes enable-cache networks yes We have an ldap installation and everything works fine, but there is no cac= hing for supplementary groups. For example: (nscd restarted, ldap is after files in /etc/nsswitch.conf) [root@serv /]# id -Gn user user dns (ldap commented out in /etc/nsswitch.conf) [root@serv /]# id -Gn user user Also I tried to make use of following /etc/nscd.conf options (but they didn= 't work out): threads 1 enable-cache passwd_compat yes enable-cache group_compat yes Google doesn't have any information about this behaviour, please check if t= here is something you can do. Thanks. --=20 You are receiving this mail because: You are the assignee for the bug.=