// check that administrativeRole has something valid in it for us
if ( ( administrativeRole == null ) || ( administrativeRole.size() <= 0 ) )
{
LOG.error( "The entry on {} is not an AdministrativePoint", apDn );
throw new LdapNoSuchAttributeException( I18n.err( I18n.ERR_306, apDn ) );
}
}