[debian-edu-commits] r79798 - in branches/wheezy/debian-edu-config: debian ldap-tools

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Fri Apr 26 16:11:46 UTC 2013


Author: schweer-guest
Date: 2013-04-26 16:11:46 +0000 (Fri, 26 Apr 2013)
New Revision: 79798

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/ldap-tools/ldap-debian-edu-install
Log:
ldap-tools/ldap-debian-edu-install: update the instructions for
bootstrapping LDAP manually.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-04-26 05:02:24 UTC (rev 79797)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-04-26 16:11:46 UTC (rev 79798)
@@ -1,3 +1,10 @@
+debian-edu-config (1.704~svn) UNRELEASED; urgency=low
+
+  * ldap-tools/ldap-debian-edu-install: update the instructions for
+    bootstrapping LDAP manually.
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Fri, 26 Apr 2013 17:31:43 +0200
+
 debian-edu-config (1.704~svn79734) wheezy-test; urgency=low
 
   * Correct rdp-server testsuite check to only run on Thin Client

Modified: branches/wheezy/debian-edu-config/ldap-tools/ldap-debian-edu-install
===================================================================
--- branches/wheezy/debian-edu-config/ldap-tools/ldap-debian-edu-install	2013-04-26 05:02:24 UTC (rev 79797)
+++ branches/wheezy/debian-edu-config/ldap-tools/ldap-debian-edu-install	2013-04-26 16:11:46 UTC (rev 79798)
@@ -15,9 +15,10 @@
 # . /usr/share/debconf/confmodule
 # db_set debian-edu-config/ldap-password <rootpw>
 # db_set debian-edu-config/kdc-password <rootpw>
+# db_set debian-edu-config/first-user-password <firstuserpw>
 # </quote>
 #
-# o then: run this script, you have to run it using its full path
+# o then run the just created script; you have to run it using its full path
 #   (otherwise debconf will throw an error)
 # o edit /etc/gosa/gosa.conf and replace password hashes after options
 #   named ,,adminPassword'' and ,,snapshotAdminPassword'' with the 
@@ -29,21 +30,27 @@
 #  $ /etc/init.d/samba stop
 #  $ /etc/init.d/slapd stop
 #  $ rm /var/lib/ldap/*
-#  $ rm /var/lib/samba/*
+#  $ rm -r /var/lib/samba/*
 #  $ /etc/init.d/slapd start
 #  $ /etc/init.d/samba start
 #  $ rm /etc/krb5kdc/stash
-#  
+#  $ rm /etc/krb5.keyt*
+#
 #  o Then run
 #
 #  $ ldap-debian-edu-install
 #
+#  o restart Kerberos KDC and admin server:
+#
+#  $ /etc/init.d/krb5-kdc restart
+#  $ /etc/init.d/krb5-admin-server restart
+#
 #  o And finally restart your webservice, e.g.
 #
 #  $ /etc/init.d/apache2 restart
 #
+#  o If https://tjener/gosa/ shows an error, rebooting tjener may help.
 
-
 ################# fetch LDAP password from debconf ################
 #export DEBCONF_DEBUG='developer'
 . /usr/share/debconf/confmodule




More information about the debian-edu-commits mailing list