[Debconf-video-commits] r581 - in fai-config: files/etc files/etc/nsswitch.conf files/etc/ssh/sshd_config scripts/DEBCONF10

Holger Levsen holger at alioth.debian.org
Fri Jul 30 15:34:40 UTC 2010


Author: holger
Date: 2010-07-30 15:34:35 +0000 (Fri, 30 Jul 2010)
New Revision: 581

Added:
   fai-config/files/etc/nsswitch.conf/
   fai-config/files/etc/nsswitch.conf/DEBCONF
Modified:
   fai-config/files/etc/ssh/sshd_config/DEBCONF10
   fai-config/scripts/DEBCONF10/20-admin
Log:
configure userdir-ldap

Added: fai-config/files/etc/nsswitch.conf/DEBCONF
===================================================================
--- fai-config/files/etc/nsswitch.conf/DEBCONF	                        (rev 0)
+++ fai-config/files/etc/nsswitch.conf/DEBCONF	2010-07-30 15:34:35 UTC (rev 581)
@@ -0,0 +1,17 @@
+# /etc/nsswitch.conf
+#
+
+passwd:         db compat
+group:          compat db
+shadow:         db compat
+
+hosts:          files dns
+networks:       files
+
+protocols:      db files
+services:       db files
+ethers:         db files
+rpc:            db files
+
+netgroup:       nis
+

Modified: fai-config/files/etc/ssh/sshd_config/DEBCONF10
===================================================================
--- fai-config/files/etc/ssh/sshd_config/DEBCONF10	2010-07-30 15:32:02 UTC (rev 580)
+++ fai-config/files/etc/ssh/sshd_config/DEBCONF10	2010-07-30 15:34:35 UTC (rev 581)
@@ -44,7 +44,7 @@
 
 # Change to yes to enable challenge-response passwords (beware issues with
 # some PAM modules and threads)
-ChallengeResponseAuthentication no
+ChallengeResponseAuthentication yes
 
 # Change to no to disable tunnelled clear text passwords
 #PasswordAuthentication yes

Modified: fai-config/scripts/DEBCONF10/20-admin
===================================================================
--- fai-config/scripts/DEBCONF10/20-admin	2010-07-30 15:32:02 UTC (rev 580)
+++ fai-config/scripts/DEBCONF10/20-admin	2010-07-30 15:34:35 UTC (rev 581)
@@ -1,6 +1,8 @@
 #!/bin/sh
 
-#fcopy -M /etc/nsswitch.conf
+fcopy -m root,root,600 /etc/ssh/sshd_config
+/etc/init.d/ssh reload
+fcopy -M /etc/nsswitch.conf
 fcopy -m root,root,440 /etc/sudoers
 
 ud-replicate




More information about the Debconf-video-commits mailing list