--- /dev/null
+Title: Debian Edu screencast: Mass creation of user accounts in Squeeze
+Tags: english, debian edu
+Date: 2012-03-07 13:40
+
+<!-- Video HTML based on http://www.diveintohtml5.net/video.html -->
+
+<p>One of the Debian Edu developers, Wolfgang Schweer, just created a
+screen cast documenting how to create a lot of new users in LDAP on
+Debian Edu Squeeze. The video is embedded here in quarter size, and
+also available from <a href="http://vimeo.com/37675399">vimeo</a> and
+download as a
+<a href="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv">Ogg
+Theora</a> file. Check it out below.</p>
+
+<p><video id="gosa-mass-user-create-movie" width="256" height="184" preload controls>
+ <source src="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv" type='video/ogg; codecs="theora, vorbis"' />
+ <p>Download video as
+ <a href="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv">Ogg</a>.</p>
+</video>
+<script>
+ var v = document.getElementById("gosa-mass-user-create-movie");
+ v.onclick = function() {
+ if (v.paused) {
+ v.play();
+ } else {
+ v.pause();
+ }
+ };
+</script></p>