~ubuntu-branches/ubuntu/utopic/libuser/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/slapd.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2005-09-30 16:22:04 UTC
  • Revision ID: james.westby@ubuntu.com-20050930162204-qubxaa7e2lbovdgh
Tags: upstream-0.54.dfsg.1
ImportĀ upstreamĀ versionĀ 0.54.dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include         /etc/openldap/schema/core.schema
 
2
include         /etc/openldap/schema/cosine.schema
 
3
include         /etc/openldap/schema/inetorgperson.schema
 
4
include         /etc/openldap/schema/nis.schema
 
5
include         /etc/openldap/schema/redhat/autofs.schema
 
6
 
 
7
allow bind_v2
 
8
 
 
9
pidfile @WORKDIR@/slapd.pid
 
10
 
 
11
TLSCertificateFile @WORKDIR@/key.pem
 
12
TLSCertificateKeyFile @WORKDIR@/key.pem
 
13
 
 
14
database ldbm
 
15
suffix "dc=libuser"
 
16
rootdn "cn=Manager,dc=libuser"
 
17
rootpw {SSHA}ABgelmLFZQ/OJzVEp3OM5MzWQ9rt3b4F
 
18
 
 
19
directory @WORKDIR@/db
 
20
 
 
21
index objectClass                       eq,pres
 
22
index ou,cn,mail,surname,givenname      eq,pres,sub
 
23
index uidNumber,gidNumber,loginShell    eq,pres
 
24
index uid,memberUid                     eq,pres,sub