[Bug 241347] security/sssd: Update to 1.16.4
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 17 14:13:09 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241347
--- Comment #19 from Rick <vrwmiller at gmail.com> ---
(In reply to Phillip R. Jaenke from comment #17)
My testing has proven successful. Successful in that sssd is handling
authentication/authorization as expected.
Testing was done with the following make.conf settings after applying your
BINARY_ALIAS patch. The port still failed to build until the attached krb5
patch was applied to add krb5 v1.18 support. The security/sssd ldb depend, as
you indicated, must be 1.5.
WITH_GSSAPI=YES
WANT_OPENLDAP_SASL=YES
BUILD_ALL_PYTHON_FLAVORS=YES
DEFAULT_VERSIONS+= python=3.6 python3=3.6 samba=410
.if ${.CURDIR:M*/security/sssd*}
OPTIONS_FILE_SET+=SMB
.endif
.if ${.CURDIR:M*/net/samba4*}
OPTIONS_FILE_UNSET+=AD_DC QUOTAS
SAMBA4_BUNDLED_LDB=no
.endif
I'd like these patches committed also. It would prevent jumping through these
hoops every time this port is built.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list