8788899091929394959697
{ element.addAttribute( "dn", request.getBaseObject().toString() ); } // Scope ScopeEnum scope = request.getScope(); if ( scope != null ) { if ( scope == ScopeEnum.BASE_OBJECT ) { element.addAttribute( "scope", "baseObject" );