Simple authentication in Zend Framework

This is quick example of how to do a very simple authentication in Zend Framework. It doesn’t user external database for getting the credentials, although you can make it very easily to read data in the Auth adapter from an external file or MySQL database.

Must-Have Software for a developer

I’m presenting some obviously FREE software that I am using and that can really help while doing development of desktop or normal application as well as while for network monitoring and other tasks.

Synchronizing Mailman lists with LDAP

Quite common usage scenario is a Postfix mail server with a Mailman instance for groups. Even more often the accounts for the mail are stored in an LDAP tree. And in this case a problem appears, because Mailman doesn’t have a native connection to LDAP. That’s why I needed to have an LDAP 2 Mailman [...]