forked from shasoco/fusiondirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fusiondirectory.conf
39 lines (35 loc) · 1.41 KB
/
fusiondirectory.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<conf configVersion="ad159b2e5147d84bebd91dfe8ea252b1" >
<!-- Services **************************************************************
Old services that are not based on simpleService needs to be listed here
-->
<serverservice>
<tab class="serviceDHCP" />
<tab class="serviceDNS" />
</serverservice>
<!-- Main section **********************************************************
The main section defines global settings, which might be overridden by
each location definition inside.
For more information about the configuration parameters, take a look at
the FusionDirectory.conf(5) manual page.
-->
<main default="default"
logging="TRUE"
displayErrors="FALSE"
forceSSL="FALSE"
templateCompileDirectory="/var/spool/fusiondirectory/"
debugLevel="0"
>
<!-- Location definition *************************************************
Replace this section with your own config.
-->
<location name="default"
config="ou=fusiondirectory,ou=configs,ou=systems,$LDAP_DOMAIN_DC">
<referral URI="ldap://ldap:389/$LDAP_DOMAIN_DC"
admin="cn=admin,$LDAP_DOMAIN_DC"
password="$LDAP_PASSWORD"
adminDn="cn=admin,$LDAP_DOMAIN_DC"
adminPassword="$LDAP_PASSWORD" />
</location>
</main>
</conf>