// Getting the 'changePasswordServer' element
Element changePasswordServerElement = element.element( ServerXmlIOV152.ELEMENT_CHANGE_PASSWORD_SERVER );
if ( changePasswordServerElement != null )
{
// Getting the 'enabled' attribute
org.dom4j.Attribute enabledAttribute = changePasswordServerElement
.attribute( ServerXmlIOV152.ATTRIBUTE_ENABLED );
if ( enabledAttribute == null )
{
// By default, the protocol is not enabled
serverConfiguration.setEnableChangePassword( false );