Search A-Z index Help
University of Cambridge Home Physics Dept Home Mike Roses' Home Page TCM Group Home

Compiling samba, apache, php, mysql on SuSe 10.0 for LDAP

You have installed:, OpenLDAP and Kerberos (heimdal version is what I used).

as root:

mkdir /usr/local/samba
chown ${non-root user} /usr/local/samba

Compile Samba as non-root user (NOT root):

$ ./configure --prefix=/usr/local/samba/ --with-ldap --with-ads --with-krb5 --with-pam --with-acl-support --with-quotas --disable-cups --with-smbmount --with-pam_smbpass --with-ldapsam --with-aio-support
make
make install

An example init script based upon the standard SuSe init script