source: sandbox/2.3-MailArchiver/doc-expressolivre/suse/arqs-conf-suse/etc/openldap/slapd.conf @ 6779

Revision 6779, 2.0 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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