Web.config File For The Enterprise Server - Novell IFOLDER 3 - ADMINISTRATION Manual

Table of Contents

Advertisement

</section>
<section name="ServiceManager">
</section>
<section name="NodeCache">
</section>
<section name="SyncService">
</section>
</configuration>
A.2 Web.config File for the Enterprise Server
By default, the web.config file for the enterprise server is in the /opt/novell/ifolder3/
web directory. The following is an example of a configured file.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
118 Novell iFolder 3.x Administration Guide
<setting name="Search">
<Context dn="o=acme" />
</setting>
<setting name="Services">
<Service name="Enterprise Authentication Service"
assembly="Novell.Simias.Enterprise.dll"
enabled="True" type="Thread"
class="Novell.iFolder.Ldap.EnterpriseAuthentication" />
<Service name="Simias Local Domain Provider" assembly="Simias"
enabled="True"
type="Thread" class="Simias.LocalProvider" />
<Service name="Simias Change Log Service" assembly="Simias"
enabled="True" type="Thread"
class="Simias.Storage.ChangeLog" />
<Service
name="LDAP to System Address Book Synchronization Service"
assembly="Novell.Simias.Enterprise.dll" enabled="True"
type="Thread"
class="Novell.AddressBook.LdapSync.LdapSystemBookService" />
</setting>
<setting name="TimeToLive" value="60" />
<setting name="ConcurrentClients" value="64" />

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ifolder 3.x

Table of Contents