{
// Checking if the 'ldapServer' element is the one for LDAPS
if ( ServerXmlIOV152.ELEMENT_LDAPS_SERVER.equalsIgnoreCase( idAttribute.getValue() ) )
{
// Getting the 'enableLdaps' attribute
org.dom4j.Attribute enableLdapsAttribute = ldapServerElement
.attribute( ServerXmlIOV152.ATTRIBUTE_ENABLE_LDAPS );
if ( enableLdapsAttribute == null )
{
// By default, the protocol is not enabled
serverConfiguration.setEnableLdaps( false );