diff options
author | wxs <wxs@FreeBSD.org> | 2014-04-12 10:24:09 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2014-04-12 10:24:09 +0800 |
commit | 1852fb288994580e7f5a8be633a3582a1da96f99 (patch) | |
tree | 3712a14fff877c4b04230b0e774727c4b2c2d1cc /security | |
parent | 69e37b450682cf042729d6b00c1322c994e914d1 (diff) | |
download | freebsd-ports-gnome-1852fb288994580e7f5a8be633a3582a1da96f99.tar.gz freebsd-ports-gnome-1852fb288994580e7f5a8be633a3582a1da96f99.tar.zst freebsd-ports-gnome-1852fb288994580e7f5a8be633a3582a1da96f99.zip |
Add option for sssd.
Submitted by: petef@
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> |