2014-02-11 09:23:54 -05:00
|
|
|
include /etc/openldap/schema/core.schema
|
|
|
|
include /etc/openldap/schema/cosine.schema
|
|
|
|
include /etc/openldap/schema/inetorgperson.schema
|
|
|
|
include /etc/openldap/schema/ppolicy.schema
|
2009-08-18 19:09:16 -04:00
|
|
|
|
|
|
|
|
2011-01-26 12:13:11 -05:00
|
|
|
pidfile ./build/slapd.pid
|
|
|
|
argsfile ./build/slapd.args
|
2009-08-18 19:09:16 -04:00
|
|
|
|
|
|
|
# Load dynamic backend modules:
|
|
|
|
modulepath /usr/lib/openldap/modules
|
|
|
|
# moduleload back_ldap.la
|
|
|
|
# moduleload back_meta.la
|
|
|
|
# moduleload back_monitor.la
|
|
|
|
# moduleload back_perl.la
|
|
|
|
|
2014-02-11 09:23:54 -05:00
|
|
|
#allow bind_anon
|
|
|
|
allow bind_v2 bind_anon_dn
|
|
|
|
#require authc
|
2009-08-18 19:09:16 -04:00
|
|
|
|
|
|
|
access to dn.base=""
|
|
|
|
by * read
|
|
|
|
|
|
|
|
database bdb
|
|
|
|
suffix "dc=springsource,dc=com"
|
|
|
|
checkpoint 1024 5
|
|
|
|
cachesize 10000
|
|
|
|
rootdn "cn=admin,dc=springsource,dc=com"
|
|
|
|
|
|
|
|
rootpw password
|
|
|
|
|
2011-01-26 12:13:11 -05:00
|
|
|
directory ./build/openldap
|
2009-08-18 19:09:16 -04:00
|
|
|
|
|
|
|
index uid eq
|
|
|
|
index cn eq
|
|
|
|
index objectClass eq
|
|
|
|
|
|
|
|
access to attrs=userpassword
|
|
|
|
by self =wx
|
|
|
|
by anonymous =x
|
|
|
|
by * none
|
|
|
|
|
2014-02-11 09:23:54 -05:00
|
|
|
access to dn.subtree="ou=users,dc=springsource,dc=com"
|
2009-08-18 19:09:16 -04:00
|
|
|
by self write
|
|
|
|
by * read
|
|
|
|
|
|
|
|
|
2011-02-03 12:57:43 -05:00
|
|
|
#overlay ppolicy
|
|
|
|
#ppolicy_default "cn=default,ou=policies,dc=springsource,dc=com"
|
|
|
|
#ppolicy_use_lockout
|
|
|
|
#ppolicy_hash_cleartext
|
2009-08-18 19:09:16 -04:00
|
|
|
|