From owner-freebsd-ports-bugs@freebsd.org Mon Jan 20 15:23:37 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 877EE1FDED9 for ; Mon, 20 Jan 2020 15:23:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 481b6K35ZQz4f5D for ; Mon, 20 Jan 2020 15:23:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 687491FDED8; Mon, 20 Jan 2020 15:23:37 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6836A1FDED7 for ; Mon, 20 Jan 2020 15:23:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 481b6K29xzz4f5C for ; Mon, 20 Jan 2020 15:23:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4658A25A40 for ; Mon, 20 Jan 2020 15:23:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00KFNblP032837 for ; Mon, 20 Jan 2020 15:23:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00KFNbfV032828 for ports-bugs@FreeBSD.org; Mon, 20 Jan 2020 15:23:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241347] security/sssd: Update to 1.16.4 Date: Mon, 20 Jan 2020 15:23:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: prj@rootwyrm.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2020 15:23:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241347 --- Comment #17 from Phillip R. Jaenke --- Created attachment 210896 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210896&action= =3Dedit sssd_binalias_python3.patch This is currently being blocked by #242077 (databases/ldb14 PLIST error) si= nce November, and I have submitted a patch to resolve that issue. It was sugges= ted to use a newer LDB and indicated that ldb14 will be expired, so, now it bui= lds with ldb15. Because we still don't have anything newer than 1.5. C'est la v= ie. The attached patch slaps a BINARY_ALIAS fix on the python3 issue in autocon= f, which should be fine, since everything else is looking in the right place. = It's just autoconf being autoconf. Note that this goes on top of Lukas' patch, n= ot separately. Since we haven't heard any updates in quite some time now, I'm inclined to suggest we go ahead and commit the combined patches in hopes of getting bro= ader testing, and do some additional cleanup based on results. I have not had ti= me to do ANY proper testing of functionality yet due to Samba also being broke= n. We need people to get testing whether or not this functions as intended at = this point. ------------ The following make.conf (or equivalent) settings are REQUIRED to generate a fully functional SSSD for both AD and LDAP(S) environments. If you use defa= ults for the dependencies, it should NOT be expected to work in reasonable environments through no fault of it's own. (OpenLDAP does not have SASL by default, see D21855.) ## make.conf snippet # DEFAULT_VERSIONS must be set exactly this way! openssl can be base or por= ts. DEFAULT_VERSIONS+=3Dperl5=3D5.30 DEFAULT_VERSIONS+=3Dpython3=3D3.6 # 3.6 is minimum, not maximum - dep sa= fety DEFAULT_VERSIONS+=3Dsamba=3D4.10 # security/sssd options for maximum testing security_sssd_SET+=3DSMB # Do not rely on these, not all ports obey or use these names. OPTIONS_SET+=3DGSSAPI_MIT OPTIONS_UNSET+=3DGSSAPI_BASE GSSAPI_HEIMDAL # openldap is not SASL by default; AD requires SASL WANT_OPENLDAP_SASL=3Dyes OPTIONS_SET+=3DWANT_OPENLDAP_SASL # required for DNS registration to work=20 dns_bind-tools_SET+=3DGSSAPI_MIT dns_bind-tools_UNSET+=3DGSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_NONE # net/samba410 has very specific settings required # mDNS/ZeroConf can be anything but AVAHI works best for now # XXX: NEVER mix GSSAPI_MIT and AD_DC, you will have a BAD TIME. net_samba410_set+=3DADS GSSAPI_MIT NSUPDATE net_samba410_unset+=3DAD_DC GSSAPI_BUILTIN BIND911 BIND914 --=20 You are receiving this mail because: You are the assignee for the bug.=