Mercurial > hg > soundsoftware-site
comparison .svn/pristine/f3/f35847d445152b5406b2138b825010b073653b9f.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 # Sample OpenLDAP configuration file for Redmine LDAP test server | |
2 # | |
3 ucdata-path ./ucdata | |
4 include ./schema/core.schema | |
5 include ./schema/cosine.schema | |
6 include ./schema/inetorgperson.schema | |
7 include ./schema/openldap.schema | |
8 include ./schema/nis.schema | |
9 | |
10 pidfile ./run/slapd.pid | |
11 argsfile ./run/slapd.args | |
12 | |
13 database bdb | |
14 suffix "dc=redmine,dc=org" | |
15 rootdn "cn=Manager,dc=redmine,dc=org" | |
16 rootpw secret | |
17 directory ./redmine | |
18 # Indices to maintain | |
19 index objectClass eq |