source: companies/celepar/doc-expressolivre/suse/arqs-conf-suse/etc/openldap/slapd.conf @ 763

Revision 763, 1.9 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1include         /etc/openldap/schema/core.schema
2include         /etc/openldap/schema/cosine.schema
3include         /etc/openldap/schema/nis.schema
4include         /etc/openldap/schema/inetorgperson.schema
5
6#include         /etc/openldap/schema/rfc2307bis.schema
7#include         /etc/openldap/schema/yast.schema
8#include         /etc/openldap/schema/qmailuser.schema
9
10include         /etc/openldap/schema/phpgwaccount.schema
11include         /etc/openldap/schema/samba3.schema
12include         /etc/openldap/schema/phpgwcontact.schema
13
14####################################
15# Global Directives:
16sizelimit -1
17timelimit -1
18threads 16
19schemacheck     on
20loglevel        0
21#backend        bdb
22####################################
23
24#referral       ldap://root.openldap.org
25pidfile         /var/run/slapd/slapd.pid
26argsfile        /var/run/slapd/slapd.args
27
28modulepath      /usr/lib/openldap/modules
29# moduleload    back_ldap.la
30# moduleload    back_meta.la
31# moduleload    back_monitor.la
32# moduleload    back_perl.la
33
34access to dn.base=""
35        by * read
36
37access to dn.base="cn=Subschema"
38        by * read
39
40access to attrs=userPassword,userPKCS12
41        by dn="cn=manager,LDAP_DN" write
42        by anonymous auth
43        by self write
44        by * auth
45
46access to attrs=shadowLastChange
47        by self write
48        by * read
49
50access to *
51        by dn="cn=manager,LDAP_DN" write
52        by * read
53
54#######################################################################
55# BDB database definitions
56#######################################################################
57database        ldbm
58suffix          "LDAP_DN"
59#checkpoint      1024    5
60checkpoint      512    30
61cachesize       10000
62rootdn          "cn=manager,LDAP_DN"
63rootpw          LDAP_PWD
64directory       /var/lib/ldap
65
66# Indices to maintain
67#index  objectClass     eq
68
69# Indexing options for database #1
70index   mail,objectClass,memberUid,uidNumber,phpgwAccountType,gidNumber,phpgwAccountStatus,ou pres,eq
71index   uid,cn,sn,givenName pres,eq,sub
Note: See TracBrowser for help on using the repository browser.