
|
|
![]() Posts Tagged ‘DAM’
DAM firms disappearing January 11th, 2009 I found this article in eWeek really interesting: Midmarket Digital Asset Management Firms Disappearing Companies are drowning in content they generate, usually with no way to organize it. Furthermore, as the article states, there is less and less support for SMBs, who can’t spend a fortune on software. Normally new firms would enter the market and provide solutions for such needs – but the problem is that demand for such tools is low, because few businesses realize the need for such solutions until its too late. What is the solution? Opensource? That usually requires a lot of expertiese in running & customizing, and few SMBs can dedicate the resources required. Outsourcing? The price tag might be even higher than the enterprise tools… We’ll have to see.
FTP with TYPO3 December 3rd, 2008 TYPO3 has a table for backend users. Those users need to occasionally upload files to the fileadmin directory via FTP. Wouldn’t it be nice to configure the FTP server to pull from the be_users table and authenticate them, so that two separate locations for userdata don’t have to be maintained? It’s possible. This guide documents how I was able to set up FTP on a Debian Linux server running TYPO3 4.2. Our TYPO3 installation uses MySQL 5.0 DB. My FTP server of choice was pure-ftpd. Fortunately this server has MySQL authentication capabilities, they just had to be set up.
This will remove plain old pure-ftpd package if you have it, and install the MySQL enabled version, that can use a MySQL DB to authenticate users against. Next step is to set up the configuration, so edit /etc/pure-ftpd/db/mysq.conf. You need to set some configuration variables:
The manual documents other options quite well. Next I tried to connect to FTP, but got an error: ‘Can’t exec /usr/sbin/pure-ftpd’. I had to modify /usr/sbin/pure-ftpd-wrapper to call pure-ftpd-mysql instead of pure-ftpd. This may be different depending on which package you install. You would also want to secure the FTP by limiting the users to their respective directory. This can be done by creating a file /etc/pure-ftpd/conf/ChrootEveryone with content ‘yes’. Now when they login, they will have access only to their file-mounted folder. So at this point everything should work. Nothing ever works as planned though, but pure-ftpd writes log messages to syslog, so go there to pinpoint the problem in your installation.
DAM Skin October 13th, 2008 DAM 1.1 has been skinned alive (by me…) More information is in the article published on Forge: |