Archive for 'Suse'

dbtcp on SuSe 10.x (ODBC Linux Bridge)

7 November 2007

First off, to compile dbtcp as a PHP extension, you’ll need to have phpize installed. I didn’t, so I opened up YAST and click on PHP’s devel package. A YAST dependency warning is thrown, click remove php-devel, press OK, select ignore and OK.
Extract archive to /usr/src/dbtcp
>cd /usr/src/dbtcp
Opened MakeFile and added -fPIC to CCFLAGS […]

Suse FTP users authenticated from eDirectory via LDAP

14 July 2007

I recently needed to integrate eDirectory users and FTP access on a Suse 10x server. The following describe the steps needed to get things talking.
Here are some reference links for supplemental information

How to Configure Linux to Authenticate to eDirectory via LDAP

AppNote: PAM Integration with eDirectory and LDAP

Installing Pure-FTPd on SLES 10

I’m assuming your eDirectory’s […]