ispman/install-data/examples/openldap ldap.ldapv2.conf.tmpl,NONE,1.1 ldap.ldapv3.conf.tmpl,NONE,1.1 slapd.ldapv2.conf.tmpl,NONE,1.1 slapd.ldapv3.conf.tmpl,NONE,1.1

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data/examples/openldap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28873/install-data/examples/openldap

Added Files:
	ldap.ldapv2.conf.tmpl ldap.ldapv3.conf.tmpl 
	slapd.ldapv2.conf.tmpl slapd.ldapv3.conf.tmpl 
Log Message:
moved openldap config examples

--- NEW FILE: ldap.ldapv2.conf.tmpl ---
host %%ldapHost%%
base %%ldapBaseDN%%
pam_login_attribute uid

--- NEW FILE: ldap.ldapv3.conf.tmpl ---
host %%ldapHost%%
base %%ldapBaseDN%%
pam_login_attribute uid

--- NEW FILE: slapd.ldapv2.conf.tmpl ---
include         /etc/openldap/slapd.at.conf
include         /etc/openldap/slapd.oc.conf
schemacheck     off
pidfile         /var/run/slapd.pid
argsfile        /var/run/slapd.args
 
database        ldbm
lastmod on
dbcachesize 100000
cachesize 10000
 
suffix "%%ldapBaseDN%%"
rootdn "%%ldapRootDN%%"
rootpw {crypt}@@randcrypt('%%ldapRootPass%%')@@

index objectclass eq
index uid,sn,cn pres,eq,sub
index uidnumber,gidnumber pres,eq
index memberuid pres,eq
index mail,mailLocalAddress,mailAlias pres,eq,sub


--- NEW FILE: slapd.ldapv3.conf.tmpl ---
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include         %%ldapInstallPath%%/schema/core.schema
include         %%ldapInstallPath%%/schema/cosine.schema
include         %%ldapInstallPath%%/schema/nis.schema
include         %%ldapInstallPath%%/schema/misc.schema
include         %%ldapInstallPath%%/schema/inetorgperson.schema
include         %%ldapInstallPath%%/schema/dnszone.schema
include         %%ldapInstallPath%%/schema/pureftpd.schema
include         %%ldapInstallPath%%/schema/ispman.schema
include         %%ldapInstallPath%%/schema/RADIUS-LDAPv3.schema


# Define global ACLs to disable default read access.

# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral	ldap://root.openldap.org

pidfile		/var/run/slapd.pid
argsfile	/var/run/slapd.args

# Load dynamic backend modules:
# modulepath	/usr/local/libexec/openldap
# moduleload	back_ldap.la
# moduleload	back_ldbm.la
# moduleload	back_passwd.la
# moduleload	back_shell.la

#
# Sample Access Control
#	Allow read access of root DSE
#	Allow self write access
#	Allow authenticated users read access
#	Allow anonymous users to authenticate
#
#access to dn="" by * read
#access to *
#	by self write
#	by users read
#	by anonymous auth
#
# if no access controls are present, the default is:
#	Allow read by all
#
# rootdn can always write!

#######################################################################
# ldbm database definitions
#######################################################################
# For openldap2.1 and above
# Uncomment this.
# Does not work with openldap 2.0.x
#allow bind_v2


loglevel 256

database	ldbm
directory	/var/lib/ldap

suffix "%%ldapBaseDN%%"
rootdn "%%ldapRootDN%%"
rootpw {crypt}@@randcrypt('%%ldapRootPass%%')@@


# Indices to maintain
index	objectClass	eq
index	uid,sn,cn	pres,eq,sub
index	uidnumber,gidnumber	pres,eq
index	memberuid	pres,eq
index	mail,mailLocalAddress,mailAlias	pres,eq




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.