Index: branches/fc17-dev/server/doc/install-howto.sh
===================================================================
--- branches/fc17-dev/server/doc/install-howto.sh	(revision 2226)
+++ branches/fc17-dev/server/doc/install-howto.sh	(revision 2230)
@@ -341,5 +341,5 @@
     cat install-ldap
 
-# Enable lots of services
+# Enable lots of services (currently in /etc checkout)
     systemctl enable openafs-client.service
     systemctl enable dirsrv.service
@@ -347,5 +347,5 @@
     systemctl enable nscd.service
     systemctl enable postfix.service
-    systemctl enable nrpe.service
+    systemctl enable nrpe.service # chkconfig'd
     systemctl enable httpd.service # not for [WIZARD]
 
Index: branches/fc17-dev/server/doc/install-ldap
===================================================================
--- branches/fc17-dev/server/doc/install-ldap	(revision 2226)
+++ branches/fc17-dev/server/doc/install-ldap	(revision 2230)
@@ -17,6 +17,9 @@
 rm -Rf /etc/dirsrv/slapd-scripts.bak
 
+# Check and make sure the sysconfig references the correct keytab
+/etc/sysconfig/dirsrv-scripts
+
 # Turn dirsrv off:
-systemctl stop dirsrv.service
+systemctl stop dirsrv@scripts.service
 
 # Apply the following configuration changes.  If you're editing
@@ -52,5 +55,5 @@
 EOF;
 
-systemctl start dirsrv.service
+systemctl start dirsrv@scripts.service
 
 ldapvi -b cn=config
