+Title: Changing the default Iceweasel start page in Debian Edu/Squeeze
+Tags: english, debian edu, web
+Date: 2012-01-10 15:30
+
+<p>In the Squeeze version of
+<a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> soon
+to be released, users of the system will get their default browser
+start page set from LDAP, allowing the system administrator to point
+all users to the school web page by updating one setting in LDAP. In
+addition to setting the default start page when a machine boots, users
+are shown the same page as a welcome page when they log in for the
+first time.</p>
+
+<p>The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
+labeledURI with "http://www/ LDAP for Debian Edu/Skolelinux" as the
+default content. By changing this value to another URL, all users get
+to see the page behind this new URL.</p>
+
+<p>An easy way to update it is by using the ldapvi tool. It can be
+called as "<tt>ldapvi -ZD '(cn=admin)'</tt>' to update LDAP with the
+new setting.</p>
+
+<p>We have written the code to adjust the default start page and show
+the welcome page, and I wonder if there is an easier way to do this
+from within Iceweasel instead.</p>