Sha256: daadd43b0a37ae3f035831cc21a864c8b5199b6955ce06171b9bc7ab7e658ffd

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 Bytes

Contents

# Sample OpenLDAP configuration file for Redmine LDAP test server
# Ubuntu 12.04 LTS Server Edition 64 bit slapd (2.4.28-1.1ubuntu4.6)
#

include   /etc/ldap/schema/core.schema
include   /etc/ldap/schema/cosine.schema
include   /etc/ldap/schema/inetorgperson.schema
include   /etc/ldap/schema/openldap.schema
include   /etc/ldap/schema/nis.schema

pidfile   /var/run/slapd/slapd.pid
argsfile  /var/run/slapd/slapd.args

modulepath      /usr/lib/ldap
moduleload      back_bdb.la

database  bdb
suffix    "dc=redmine,dc=org"
rootdn    "cn=Manager,dc=redmine,dc=org"
rootpw    secret

# Indices to maintain
index objectClass eq

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redmine_extensions-0.1.15 spec/redmine/test/fixtures/ldap/slapd.ubuntu.12.04.conf