Pastebin Module for Phprojekt6

During the Mayflower barcamp 2009 we (Stephanie and Maria) decided to develop a pastebin module for Phprojekt6. Pastebins are an easy way to share code among developers. Often instant messaging systems are used for that purpose which is not quite comfortable (formatting gets lost, searching in history is tedious, security issues). There are a view…

Using LDIF to simulate LDAP transactions with PHP

LDIF is the acronym for LDAP Data Interchange Format and a text format to represent LDAP information (http://tools.ietf.org/html/rfc2849). Respectively an LDIF file is a simple text file that can contain those LDAP information, which can be separated into two groups. On the one hand, it can hold exported LDAP data in a text format. The…