Mercurial > hg > soundsoftware-site
annotate test/fixtures/ldap/.svn/text-base/slapd.conf.svn-base @ 755:bde9c5bfb559 feature_14
created a new instance variable to be able to filter the projects: @filtered_projects. New projects index layout; new partials for projects index.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 11 Nov 2011 15:57:58 +0000 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 # Sample OpenLDAP configuration file for Redmine LDAP test server |
Chris@0 | 2 # |
Chris@0 | 3 ucdata-path ./ucdata |
Chris@0 | 4 include ./schema/core.schema |
Chris@0 | 5 include ./schema/cosine.schema |
Chris@0 | 6 include ./schema/inetorgperson.schema |
Chris@0 | 7 include ./schema/openldap.schema |
Chris@0 | 8 include ./schema/nis.schema |
Chris@0 | 9 |
Chris@0 | 10 pidfile ./run/slapd.pid |
Chris@0 | 11 argsfile ./run/slapd.args |
Chris@0 | 12 |
Chris@0 | 13 database bdb |
Chris@0 | 14 suffix "dc=redmine,dc=org" |
Chris@0 | 15 rootdn "cn=Manager,dc=redmine,dc=org" |
Chris@0 | 16 rootpw secret |
Chris@0 | 17 directory ./redmine |
Chris@0 | 18 # Indices to maintain |
Chris@0 | 19 index objectClass eq |