Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 02:24:09 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351059 - head/security/sudo
Message-ID:  <201404120224.s3C2O98Q079005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Sat Apr 12 02:24:09 2014
New Revision: 351059
URL: http://svnweb.freebsd.org/changeset/ports/351059
QAT: https://qat.redports.org/buildarchive/r351059/

Log:
  Add option for sssd.
  
  Submitted by:	petef@

Modified:
  head/security/sudo/Makefile

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Sat Apr 12 01:59:53 2014	(r351058)
+++ head/security/sudo/Makefile	Sat Apr 12 02:24:09 2014	(r351059)
@@ -26,7 +26,7 @@ CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/e
 		--with-long-otp-prompt
 
 OPTIONS_DEFINE=	LDAP INSULTS DISABLE_ROOT_SUDO DISABLE_AUTH NOARGS_SHELL \
-		AUDIT OPIE NLS
+		AUDIT OPIE NLS SSSD
 OPTIONS_DEFAULT=	AUDIT
 OPTIONS_SUB=	yes
 
@@ -36,6 +36,7 @@ DISABLE_AUTH_DESC=	Do not require authen
 NOARGS_SHELL_DESC=	Run a shell if no arguments are given
 AUDIT_DESC=	Enable BSM audit support
 OPIE_DESC=	Enable one-time passwords (no PAM support)
+SSSD_DESC=	Enable SSSD backend support.
 
 LOGFAC?=	authpriv
 CONFIGURE_ARGS+=	--with-logfac=${LOGFAC}
@@ -66,6 +67,8 @@ NOARGS_SHELL_CONFIGURE_ENABLE=	noargs-sh
 AUDIT_CONFIGURE_WITH=	bsm-audit
 OPIE_CONFIGURE_ON=	--with-opie
 OPIE_CONFIGURE_OFF=	--with-pam
+SSSD_CONFIGURE_ON=	--with-sssd
+SSSD_RUN_DEPENDS=	sssd:${PORTSDIR}/security/sssd
 
 .include <bsd.port.options.mk>
 



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