diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2014-04-12 02:24:09 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2014-04-12 02:24:09 +0000 |
commit | dae8202efd5f0a39ae64386e998d5e5cbe8b005d (patch) | |
tree | 3712a14fff877c4b04230b0e774727c4b2c2d1cc /security | |
parent | 11a003ab478706e2231cf0f4dd30ed9bcb33cbf5 (diff) | |
download | ports-dae8202efd5f0a39ae64386e998d5e5cbe8b005d.tar.gz ports-dae8202efd5f0a39ae64386e998d5e5cbe8b005d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index f9c3b88f668d..5998ec3b8ad1 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --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 authentication by default 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-shell 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> |