summaryrefslogtreecommitdiffstats
path: root/tests/data/remoteauth/config.ldif
blob: f59351a23bb6dd2799e3f9f376f05d14da0be59f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dn: olcOverlay={0}remoteauth,olcDatabase={1}@BACKEND@,cn=config
objectClass: olcOverlayConfig
objectclass: olcRemoteAuthCfg
olcOverlay: {0}remoteauth
olcRemoteAuthRetryCount: 3
olcRemoteAuthTLS: starttls=critical
  tls_cert="@TESTDIR@/tls/certs/localhost.crt"
  tls_key="@TESTDIR@/tls/private/localhost.key"
  tls_cacert="@TESTDIR@/tls/ca/certs/testsuiteCA.crt"
  tls_reqcert=demand tls_reqsan=allow
#openssl#  tls_crlcheck=none
olcRemoteAuthDNAttribute: seeAlso
olcRemoteAuthDomainAttribute: o
olcRemoteAuthDefaultDomain: default
olcRemoteAuthDefaultRealm: @SURIP3@
olcRemoteAuthStore: FALSE
olcRemoteAuthMapping: default file://@TESTDIR@/default_domain
olcRemoteAuthMapping: working_ldaps @SURIP3@
olcRemoteAuthMapping: failing_ldaps @SURIP2@
olcRemoteAuthMapping: self @URIP1@