[debian-edu-commits] debian-edu/ 02/02: Add autofs to set of handled sssd services in generated configuration.
Petter Reinholdtsen
pere at moszumanska.debian.org
Thu Sep 11 13:02:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu-config.
commit 3586b8ec7ea6e105b050a4dda329191c9607f9ed
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu Sep 11 15:01:53 2014 +0200
Add autofs to set of handled sssd services in generated configuration.
---
debian/changelog | 2 ++
share/debian-edu-config/tools/sssd-generate-config | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index edf183f..a38456b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ debian-edu-config (1.727) UNRELEASED; urgency=low
instead of files for passwd, group and shadow, add gshadow and
switch sssd for the sudoers database. Drop unused
append_if_missing() function.
+ * Add autofs to set of handled sssd services in generated
+ configuration.
-- Petter Reinholdtsen <pere at debian.org> Wed, 10 Sep 2014 21:54:52 +0200
diff --git a/share/debian-edu-config/tools/sssd-generate-config b/share/debian-edu-config/tools/sssd-generate-config
index 6fb8d09..031c77a 100755
--- a/share/debian-edu-config/tools/sssd-generate-config
+++ b/share/debian-edu-config/tools/sssd-generate-config
@@ -111,7 +111,7 @@ cat <<EOF
config_file_version = 2
reconnection_retries = 3
sbus_timeout = 30
-services = nss, pam
+services = nss, pam, autofs
domains = $domain
[nss]
@@ -121,6 +121,8 @@ reconnection_retries = 3
[pam]
reconnection_retries = 3
+
+[autofs]
EOF
if [ "$kerberosserver" ] ; then
auth="krb5"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list