TAG: PHP
2015/02/20 14:15 | Andreas Böhler | Authenticate openERP against postfixAdmin database We recently set up an OpenERP system as well as a mailserver based on postfixAdmin. In order to authenticate OpenERP users I've developed a simple app for OpenERP to authenticate against an arbitrary mySQL database. Currently, only the crypt() password method is supported, but database, table and column details can be configured in the company settings. | |
2015/02/20 14:10 | Andreas Böhler | Authenticate ownCloud against postfixAdmin database We recently set up an ownCloud hosted site as well as a mailserver based on postfixAdmin. In order to authenticate ownCloud to postfixAdmin, one can use either user_imap oder user_pwauth. Both methods work, but with the drawback that a user list cannot be retrieved. |