OpenLDAP

Nathan England nathan at paysonlinux.org
Tue May 16 09:25:02 MST 2006


This is my entire slapd.conf file, I found one of the articles from LJ and
I'm going to make some changes to it following their example.

nathan


include		/etc/openldap/schema/core.schema
include		/etc/openldap/schema/cosine.schema
include         /etc/openldap/schema/inetorgperson.schema
include         /etc/openldap/schema/nis.schema
include         /etc/openldap/schema/samba.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/sbin/openldap
moduleload	back_bdb.la
moduleload	back_ldap.la
moduleload	back_ldbm.la
moduleload	back_passwd.la
moduleload	back_shell.la

#security ssf=1 update_ssf=112 simple_bind=64

#######################################################################
# BDB database definitions
#######################################################################

database	bdb
suffix		"dc=tontoapache,dc=com"
rootdn		"cn=root,dc=tontoapache,dc=com"
rootpw		{SSHA}g3hhl8wBhHKNd6TylI2F6ZLfuAaJrXem
directory	/var/lib/openldap/openldap-data

# Indices to maintain
index	objectClass	eq
index	cn		pres,sub,eq
index	sn		pres,sub,eq
index	uid		pres,sub,eq
index displayName	pres,sub,eq
index sambaSID		eq
index sambaPrimaryGroupSID	eq
index sambaDomainName		eq
index default			sub



More information about the PLUG-discuss mailing list