2002-12-19

Permanent link OpenLDAP

OpenLDAP setup takes a while...

Configuration files are in /usr/local/etc/openldap.

List all entries: ldapsearch -x -b 'dc=tim,dc=digicol,dc=de' '(objectclass=*)'

Create a new entry using a text file like the following:

dn: cn=Tim Strehle,dc=tim,dc=digicol,dc=de objectclass: inetOrgPerson jpegPhoto:< file:///data/00/00/00/616.jpg sn: Strehle givenname: Tim uid: tim userPassword: secret mail: tim@strehle.de mail: tim@digicol.de labeledURI: http://tim.digicol.de/data/00/00/00/616.jpg

Then run: ldapadd -x -D "cn=Manager,dc=tim,dc=digicol,dc=de" -w secret -f /tmp/newentry or ldapmodify -x -D "cn=Manager,dc=tim,dc=digicol,dc=de" -w secret -f /tmp/newentry

Helpful web pages: http://www.openldap.org/doc/admin/index.html http://www.heise.de/ix/artikel/2001/02/147/ http://www.yolinux.com/TUTORIALS/LinuxTutorialLDAP-GILSchemaExtension.html

Filed under: Thu, 19 Dec 2002 16:59:27 +0100

Permanent link Templates in PHP - yes or no?

No: "The Deadly Sins of Templates in PHP" http://www.thephpguy.com/modules/news/article.php?storyid=30 Yes: "Why Use Smarty" http://smarty.php.net/whyuse.php

Filed under: Thu, 19 Dec 2002 13:35:21 +0100

Permanent link SliMP3 Ethernet MP3 Player

An MP3 player streaming from your PC into the living room: http://www.slimdevices.com/products/slimp3/index.html

Filed under: Thu, 19 Dec 2002 11:40:34 +0100
2002-12-10

Permanent link WAP example

Found a nice WAP example at http://www.wap-de.de/resources/examples/php/ .

This is how I want to access XDD (search for addresses, appointments, e-mails...)!

Update: This example inspired me to build WMLStart.php, a sample WML (WAP) application in a single PHP script...

Filed under: Tue, 10 Dec 2002 14:22:00 +0100

Permanent link InView Momentum

... a P2P application - a little bit like Groove/Sametime, written in Java. Commercial software.

http://www.inviewsoftware.com/products/index.htm

Filed under: Tue, 10 Dec 2002 13:54:39 +0100
2002-12-06

Permanent link ContentXXL

An interesting Content Management System? (Was the .NET success story in the iX magazine 12/2002...) http://www.contentxxl.com/

Filed under: Fri, 06 Dec 2002 15:19:46 +0100

Permanent link PHP iCalendar

Extremely good-looking (read-only) web calender written in PHP: http://phpicalendar.sourceforge.net/nuke/index.php

Filed under: Fri, 06 Dec 2002 14:02:14 +0100
2002-12-04

Permanent link "ARD-Jahresrückblicke" 1952 to 2001

The German ARD have been summarizing the past year on TV since 1952 - all the clips are available online now!

http://www.tagesschau.de/thema/0,2046,OID1307088,00.html

Filed under: Wed, 04 Dec 2002 14:09:59 +0100
2002-12-03

Permanent link www.zeit.de CMS

Apache 2, Zope, Xapian etc.: http://software.zeit.de/software/index

Filed under: Tue, 03 Dec 2002 11:30:22 +0100