[zopeorg-checkins] CVS: NZO_SiteLayoutRedux/etc - dbtab.conf.in:1.1 pyldap_setup.cfg.in:1.1

Chris McDonough chrism at zope.com
Wed Jul 2 16:52:16 EDT 2003


Update of /cvs-zopeorg/NZO_SiteLayoutRedux/etc
In directory cvs.zope.org:/tmp/cvs-serv20953/etc

Added Files:
	dbtab.conf.in pyldap_setup.cfg.in 
Log Message:
First cut at working buildout.


=== Added File NZO_SiteLayoutRedux/etc/dbtab.conf.in ===
[Storage: Main]
type=ClientStorage
addr=zeo://<<ZEO_SERVER_HOST>>:<<ZEO_SERVER_PORT>>
storage=main
wait=1
cache_size=20000000

[Database: Main]
cache_size=4000
mount_paths=/
open_at_startup=True


=== Added File NZO_SiteLayoutRedux/etc/pyldap_setup.cfg.in ===
# Example for setup.cfg
# You have to edit this file to reflect your system configuation
#
# $Id: pyldap_setup.cfg.in,v 1.1 2003/07/02 20:52:12 chrism Exp $

# Section for compiling the C extension module
# for wrapping OpenLDAP 2 libs
[_ldap]

library_dirs = /usr/local/openldap-REL_ENG_2_1/lib /usr/local/cyrus-sasl/lib
include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/local/cyrus-sasl/include

extra_compile_args = 
extra_objects = 

# Example for sparse build: basic functionality
#libs = ldap lber

# Some Linux systems might need explicitly linking with -lresolv
libs = ldap lber resolv

# Example for full-featured build:
# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
# This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
# ./configure --with-cyrus-sasl --with-tls
#libs = ldap_r lber sasl2 ssl crypto

# Installation options
[install]
compile = 1
optimize = 1

# Linux distributors/packagers should adjust these settings
[bdist_rpm]
provides = python-ldap
requires = python libldap.so.2
# distribution_name = 
release = 0
packager = Michael Stroeder <michael at stroeder.com>
doc_files = CHANGES README TODO Demo/





More information about the zopeorg-checkins mailing list