svn commit: r351059 - head/security/sudo
Wesley Shields
wxs at FreeBSD.org
Sat Apr 12 02:24:10 UTC 2014
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>
More information about the svn-ports-all
mailing list