[packages/sudo] - added sssd support (works with libsss_sudo plugin)

qboosh qboosh at pld-linux.org
Sat Mar 22 20:19:26 CET 2014


commit 30831543aaeab585fc6618e8379d08b5e7e23487
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 22 20:22:49 2014 +0100

    - added sssd support (works with libsss_sudo plugin)

 sudo.spec | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/sudo.spec b/sudo.spec
index 35e50a7..34d478f 100644
--- a/sudo.spec
+++ b/sudo.spec
@@ -1,12 +1,12 @@
-# TODO: SSSD support?
 #
 # Conditional build:
 %bcond_without	audit		# Linux audit support
-%bcond_with	kerberos5	# enable Kerberos V support (conflicts with PAM)
-%bcond_without	ldap		# disable LDAP support
-%bcond_without	pam		# disable PAM support
-%bcond_without	selinux		# build without SELinux support
-%bcond_with	skey		# enable skey (onetime passwords) support (conflicts with PAM)
+%bcond_with	kerberos5	# Kerberos V support (conflicts with PAM)
+%bcond_without	ldap		# LDAP support
+%bcond_without	pam		# PAM support
+%bcond_without	selinux		# SELinux support
+%bcond_with	skey		# skey (onetime passwords) support (conflicts with PAM)
+%bcond_without	sssd		# SSSD support plugin
 %bcond_without	tests		# do not perform "make check"
 
 %if "%{pld_release}" == "ac"
@@ -194,7 +194,8 @@ cp -f /usr/share/automake/config.sub .
 	--with-passprompt="[sudo] password for %%p: " \
 	--with-secure-path="/bin:/sbin:/usr/bin:/usr/sbin" \
 	%{?with_selinux:--with-selinux} \
-	%{?with_skey:--with-skey}
+	%{?with_skey:--with-skey} \
+	%{?with_sssd:--with-sssd}
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sudo.git/commitdiff/30831543aaeab585fc6618e8379d08b5e7e23487



More information about the pld-cvs-commit mailing list