bindContext.setSaslAuthId( saslAuthId );
bindContext.addRequestControls( convertControls( true, requestControls ) );
bindContext.setInterceptors( getDirectoryService().getInterceptors( OperationEnum.BIND ) );
// execute bind operation
OperationManager operationManager = service.getOperationManager();
operationManager.bind( bindContext );
// clear the request controls and set the response controls
requestControls = EMPTY_CONTROLS;
responseControls = JndiUtils.toJndiControls( getDirectoryService().getLdapCodecService(),
bindContext.getResponseControls() );