Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DHCP-Specific configuration parameters

The NTP parameters are very limited :

...


  <bean id="ntpConfiguration" class="org.apache.directory.server.ntp.NtpConfiguration">
    <!-- Whether to enable the NTP protocol.                                -->
    <property name="enabled" value="true" />

    <!-- The port to run the NTP protocol on.                               -->
    <property name="ipPort" value="123" />
  </bean>

Here is the table containing the default configuration :

Parameter

Default value

Description

Comments

enabled

true

Tells if the service is on or off

Should be OFF by default

ipPort

123

The default port

...

There is no description about DHCP parameters atm.

Server Startup Configuration

...