Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 12:22:20 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555641 - head/security/sudo
Message-ID:  <202011181222.0AICMK1G032560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Nov 18 12:22:20 2020
New Revision: 555641
URL: https://svnweb.freebsd.org/changeset/ports/555641

Log:
  security/sudo: readd option for SSSD, reverting r553505

Modified:
  head/security/sudo/Makefile

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Wed Nov 18 12:14:19 2020	(r555640)
+++ head/security/sudo/Makefile	Wed Nov 18 12:22:20 2020	(r555641)
@@ -29,7 +29,7 @@ CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc \
 		--with-rundir=/var/run/sudo
 
 OPTIONS_DEFINE=	LDAP INSULTS DISABLE_ROOT_SUDO DISABLE_AUTH NOARGS_SHELL \
-		AUDIT OPIE PAM PYTHON NLS DOCS EXAMPLES
+		AUDIT OPIE PAM PYTHON NLS SSSD DOCS EXAMPLES
 OPTIONS_RADIO=	KERBEROS
 OPTIONS_DEFAULT=	AUDIT PAM
 OPTIONS_SUB=	yes
@@ -42,6 +42,7 @@ AUDIT_DESC=	Enable BSM audit support
 KERBEROS_DESC=	Enable Kerberos 5 authentication (no PAM support)
 OPIE_DESC=	Enable one-time passwords (no PAM support)
 PYTHON_DESC=	Enable python plugin support
+SSSD_DESC=	Enable SSSD backend support.
 
 PAM_PREVENTS=	OPIE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
 PAM_PREVENTS_MSG=	PAM cannot be combined with any other authentication plugin
@@ -77,6 +78,8 @@ PAM_CONFIGURE_ON=	--with-pam
 OPIE_CONFIGURE_ON=	--with-opie
 PYTHON_USES=	python
 PYTHON_CONFIGURE_ENABLE=	python
+SSSD_CONFIGURE_ON=	--with-sssd
+SSSD_RUN_DEPENDS=	sssd:security/sssd
 
 OPTIONS_RADIO_KERBEROS=	GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
 GSSAPI_BASE_USES=	gssapi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011181222.0AICMK1G032560>