pam common-session is now in puppet - move login check until after puppet is setup
authorPeter Palfrader <peter@palfrader.org>
Sat, 27 Jun 2009 17:46:09 +0000 (19:46 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 27 Jun 2009 17:46:09 +0000 (19:46 +0200)
input/howto/new-machine.creole

index 499b168..86b0518 100644 (file)
@@ -114,19 +114,11 @@ EOF
     id weasel
 }}}
 
-* add pam_mkhomedir to common-session:
-{{{
-    grep pam_mkhomedir /etc/pam.d/common-session || \
-    echo "session optional        pam_mkhomedir.so skel=/etc/skel umask=0022" >> /etc/pam.d/common-session
-}}}
-
 * install debian.org which brings you shells and much other fun
 {{{
     apt-get install debian.org
 }}}
 
-* try to login using your user and ssh key.  you should get a homedir.
-
 * make ca-certificates sane:  (choose to *not* trust new certs, and we only want the spi cert activated)
 {{{
     echo "ca-certificates ca-certificates/trust_new_crts  select no" | debconf-set-selections
@@ -169,6 +161,8 @@ EOF
 
 * setup [[puppet|howto/puppet-setup]]
 
+* try to login using your user and ssh key.  you should get a homedir.
+
 * edit dedication into in $DSA-PUPPET/modules/debian-org/misc/local.yaml
 
 * add to nagios