Re: OpenLDAP

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Nathan England
Date:  
To: Craig White
CC: plug-discuss
Subject: Re: OpenLDAP
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


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss