Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Warning
titleWarning

WARNING: Don't use this in a productive environment!

Activating the Change Password Server

This requires that the Change Password Server is active and that the allowable Clock Skew for the Kerberos Server as well as the Change Password Server is less than 5 minutes (5 * 6000 milliseconds). This is because the ticket lifetime for kpasswd is 5 minutes per default and the ticket lifetime has to greater than the allowable clock skew + network latency.

Code Block
  <changePasswordServer id="changePasswordServer" allowableClockSkew="24000">
    <tcpTransport>
      <tcpTransport port="60464" nbThreads="2" backLog="50"/>
    </tcpTransport>
    <udpTransport>
      <udpTransport port="60464" nbThreads="2" backLog="50"/>
    </udpTransport>
	
    <directoryService>#directoryService</directoryService>
  </changePasswordServer>
Code Block
  <kdcServer id="kdcServer" allowableClockSkew="24000">
     ...
  </kdcServer>