mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
|
|
# $OpenLDAP$
|
||
|
|
#
|
||
|
|
# See slapd.conf(5) for details on configuration options.
|
||
|
|
# This file should NOT be world readable.
|
||
|
|
#
|
||
|
|
include ./slapd.at.conf
|
||
|
|
include ./slapd.oc.conf
|
||
|
|
|
||
|
|
# 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 ./slapd.pid
|
||
|
|
argsfile ./slapd.args
|
||
|
|
|
||
|
|
#######################################################################
|
||
|
|
# ldbm database definitions
|
||
|
|
#######################################################################
|
||
|
|
|
||
|
|
#database ldbm
|
||
|
|
#suffix "dc=your-domain, dc=com"
|
||
|
|
#suffix "o=Your Organization Name, c=US"
|
||
|
|
#directory /usr/tmp
|
||
|
|
#rootdn "cn=root, dc=your-domain, dc=com"
|
||
|
|
#rootdn "cn=root, o=Your Organization Name, c=US"
|
||
|
|
#rootpw secret
|
||
|
|
# cleartext passwords, especially for the rootdn, should
|
||
|
|
# be avoid. See slapd.conf(5) for details.
|
||
|
|
|
||
|
|
database sql
|
||
|
|
suffix "o=sql,c=RU"
|
||
|
|
rootdn "cn=root,o=sql,c=RU"
|
||
|
|
rootpw secret
|
||
|
|
#dbname ldap_ora8_ms
|
||
|
|
dbname ldap_ora8
|
||
|
|
dbuser ldap
|
||
|
|
dbpasswd ldap
|
||
|
|
subtree_cond "ldap_entries.dn LIKE CONCAT('%',?)"
|
||
|
|
insentry_query "INSERT INTO ldap_entries (id,dn,objclass,parent,keyval) VALUES (ldap_entry_ids.nextval,?,?,?,?)"
|